Lines Matching +full:cache +full:- +full:dependency +full:- +full:path
11 Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
19 To use this crate, add `walkdir` as a dependency to your project's
30 the path for each entry:
37 println!("{}", entry.path().display());
49 println!("{}", entry.path().display());
62 println!("{}", entry.path().display());
74 fn is_hidden(entry: &DirEntry) -> bool {
84 println!("{}", entry.path().display());
104 `nftw` on both a warm and cold file cache. In fact, I cannot observe any
117 # If you want to observe perf on a cold file cache, run this before *each*
119 sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches'
124 # Test speed of `find` on warm cache:
128 cargo build --release --example walkdir
132 gcc -O3 -o nftw ./compare/nftw.c