Releases: sreedevk/deduplicator
Releases · sreedevk/deduplicator
Version 0.2.2
Replaced fxhash with gxhash
Version 0.2.1
Version 0.2.0
Version 0.1.6
Version 0.1.5
Version 0.1.4
Version 0.1.3
What's Changed
- Performance/glob improvements by @sreedevk in #32
- build(deps): bump tokio from 1.23.0 to 1.23.1 by @dependabot in #35
- Version 0.1.3 by @sreedevk in #33
New Contributors
- @dependabot made their first contribution in #35
Full Changelog: 0.1.2...0.1.3
Version 0.1.2
Version 0.1.1
What's Changed
- Added Incremental hashing for files > 100MB
- Added MMap file read for files > 100 MB
- First checks for duplicates by File size & then the duplicate found are processed through hashing
- Remove SQLite & Caching options
- Removed Unneeded Cargo dependencies
- output print performance improvements
Full Changelog: 0.0.9...0.1.1
Version 0.0.9
What's Changed
- Fix of "thread 'main' panicked at 'range start index 130 out of range… by @ghfghfg23 in #17
- Version 0.0.9 by @sreedevk in #20
New Contributors
- @ghfghfg23 made their first contribution in #17
Full Changelog: 0.0.8...0.0.9