Projects STRLCPY deduplicator Commits 70de402e
🤬
  • ■ ■ ■ ■ ■
    README.md
    skipped 34 lines
    35 35  <h2 align="center">Performance</h2>
    36 36   
    37 37  <p align="center">
    38  - 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.</p>
     38 + 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 <del>couple of seconds.</del> few milliseconds.</p>
    39 39   
    40 40  <p align="center">
    41  - While testing, Deduplicator was able to go through 8.6GB of pdf files and detect duplicates in 2.9 seconds
     41 + <del>While testing, Deduplicator was able to go through 8.6GB of pdf files and detect duplicates in 2.9 seconds</del>
     42 + 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
    42 43  </p>
    43 44   
    44 45  <h2 align="center">Screenshots</h2>
    skipped 6 lines
Please wait...
Page is in error, reload to recover