From 3a03208f473817b52b70712360e45ab8a609d73f Mon Sep 17 00:00:00 2001 From: sreedevk Date: Sun, 13 Jul 2025 13:05:34 +0000 Subject: [PATCH] parallelization progress representation on readme updated --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0133dc..9f7f190 100644 --- a/README.md +++ b/README.md @@ -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