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
- Host: GitHub
- URL: https://github.com/freaky/precache
- Owner: Freaky
- Created: 2018-12-20T01:57:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T19:58:57.000Z (over 7 years ago)
- Last Synced: 2025-01-13T07:32:11.505Z (over 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...