From 68c2491fd00e273aa3fa81f2edd586334fcf8482 Mon Sep 17 00:00:00 2001 From: sreedevk Date: Wed, 30 Jul 2025 13:08:54 +0000 Subject: [PATCH] added file store partitioning idea to readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55b8e25..5d06910 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ dust 'bench_artifacts' - [ ] tui - [ ] change the default hashing method to include the first & last page of a file (8K) - [ ] provide option to localize duplicate detection to arbitrary levels relative to current directory +- [ ] localize file meta store locks to sub path levels to avoid global lock contention from multiple threads. - [ ] bulk operations - [ ] --keep-latest - [ ] --keep-oldest