Skip to content

Releases: platypusguy/FileDedupe

v 2.0 - approx. 9x faster than v. 1.0

28 Sep 04:46
Compare
Choose a tag to compare

Version 1.0 was a brute-force version that ran checksums on every file in the specified directories.

Version 2.0 uses file size comparisons to greatly reduce the need for checksums. Tests on a variety of directories and file systems show it to be about 9x-11x faster than v. 1.0. Use this version for your needs.

The optimizations of v. 2.0 are discussed in this article in Oracle's Java Magazine

v. 1.0 Initial Release

17 Aug 06:47
Compare
Choose a tag to compare

Version 1.0. This is the version described in the article in Oracle's Java Magazine on writing command-line utilities.

See the wiki page for this project for details on usage.