parallelization progress representation on readme updated

This commit is contained in:
sreedevk
2025-07-13 13:05:34 +00:00
parent 95ecfa0ccc
commit 3a03208f47

View File

@@ -121,9 +121,9 @@ These benchmarks were run using [hyperfine](https://github.com/sharkdp/hyperfine
## v0.3 checklist
- [x] parallelization
- [x] (scanning) + ((processing sw) & (processing hw) & formatting)
- [ ] (scanning) + ((processing sw + processing hw) & formatting)
- [ ] (scanning) + processing sw + processing hw + formatting
- [x] (scanning) + (processing sw & processing hw & formatting & printing)
- [ ] (scanning + processing sw + processing hw) & formatting & printing
- [ ] scanning + processing sw + processing hw + formatting + printing
- [x] reduce cloning values on the heap
- [x] add a partial hashing mode (--strict)
- [ ] add an option to use a bloom filter for very large filesystems
@@ -132,3 +132,4 @@ These benchmarks were run using [hyperfine](https://github.com/sharkdp/hyperfine
- [x] add silent mode
- [ ] restore json output
- [ ] update documentation
- [x] remove color output