diff --git a/README.md b/README.md index 482ac1f..75b1638 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,11 @@ cargo install deduplicator

Performance

- Deduplicator uses fxhash (a non-cryptographic hashing algorithm) which is extremely fast. As a result, deduplicator is able to process huge amounts of data in a couple of seconds.

+ Deduplicator uses fxhash (a non-cryptographic hashing algorithm) which is extremely fast. As a result, deduplicator is able to process huge amounts of data in a couple of seconds. few milliseconds.

- While testing, Deduplicator was able to go through 8.6GB of pdf files and detect duplicates in 2.9 seconds + While testing, Deduplicator was able to go through 8.6GB of pdf files and detect duplicates in 2.9 seconds + As of version 0.1.1, on testing locally, deduplicator was able to process and find duplicates in 120GB of files (Videos, PDFs, Images) in ~300ms

Screenshots