https://github.com/heroickatora/sprint-dir
Experiment to provide a performant WalkDir on Linux
https://github.com/heroickatora/sprint-dir
Last synced: 2 months ago
JSON representation
Experiment to provide a performant WalkDir on Linux
- Host: GitHub
- URL: https://github.com/heroickatora/sprint-dir
- Owner: HeroicKatora
- License: wtfpl
- Created: 2020-06-07T19:36:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T17:45:40.000Z (over 4 years ago)
- Last Synced: 2025-02-28T07:36:40.082Z (3 months ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# sprint-dir
A faster implementation for `walkdir` on Linux and large folder trees,
utilizing the `getdents` system call that is not exposed via `libc` directly.I do not currently endorse contributions to this repository as the project is a
personal experimentation. Neverthless, if you like the name, and want to build
an even cooler library such as adding `async` support or even using io-uring or
want to expand it cross-platform: Contact me over Github and we may discuss
transferring the crate name.License: WTFPL