Page 1 of 1

[Feature] Speed up checksum comparison with newer hashing methods

Posted: 23 Jan 2023, 06:27
by dreamflasher
Thank you for your great software!
I would appreciate a lot if you would add blake3 or better XXH3 (Czkawka has those), as those would bring a 10x speed improvement: https://jolynch.github.io/posts/use_fas ... lgorithms/

XXH3 is the fastest: http://cyan4973.github.io/xxHash/

Re: [Feature] Speed up checksum comparison with newer hashing methods

Posted: 23 Jan 2023, 23:19
by therube

Re: [Feature] Speed up checksum comparison with newer hashing methods

Posted: 01 Feb 2023, 14:28
by sdfgdhfgh
dreamflasher wrote: 23 Jan 2023, 06:27 I would appreciate a lot if you would add blake3 or better XXH3 (Czkawka has those), as those would bring a 10x speed improvement:
Just to align expectations: Just because your hash is 10x faster it does not mean that the comparison is faster. You cannot get comparison time lower than disk read time.