add more goals on readme

This commit is contained in:
sreedevk
2025-07-13 21:42:22 +00:00
parent add53a3be1
commit 7c5b106784

View File

@@ -71,6 +71,8 @@ Deduplicator uses size comparison and [GxHash](https://docs.rs/gxhash/latest/gxh
- [ ] scanning + processing sw + processing hw + formatting + printing
- [ ] max file path size should use the last set of duplicates
- [ ] add more unit tests
- [ ] test against different filesystems
- [ ] test against different file name encodings
- [ ] restore json output (was removed in 0.3)
- [ ] fix memory leak on very large filesystems
- [ ] maybe use a bloom filter
@@ -91,3 +93,4 @@ Deduplicator uses size comparison and [GxHash](https://docs.rs/gxhash/latest/gxh
- [x] remove color output
- [x] progress bar improvements
- [x] use progress bar groups
- [x] remove broken json rendering