An open API service indexing awesome lists of open source software.

https://github.com/freaky/precache

Read the contents of a directory tree and hope it has useful side-effects
https://github.com/freaky/precache

Last synced: about 1 year ago
JSON representation

Read the contents of a directory tree and hope it has useful side-effects

Awesome Lists containing this project

README

          

## precache

Basically a concurrent Rustified version of:

find | xargs cat >/dev/null 2>&1

Also included is a Ruby workalike for comparison purposes.

In my tests, Rust is a bit faster, but Ruby uses less memory. Hmm...