Search found 3 matches

by dutchmerchant
15 May 2024, 18:08
Forum: General Discussion
Topic: How is content comparison actually implemented?
Replies: 2
Views: 888

Re: How is content comparison actually implemented?

Oops, apologies.
by dutchmerchant
15 May 2024, 18:07
Forum: General Discussion
Topic: [FEATURE REQUEST] Comparision improvement
Replies: 6
Views: 1773

Re: [FEATURE REQUEST] Comparision improvement

I wonder if a hash like BLAKE3 is used for content comparison. While still slower than file date and size, BLAKE3 is definitely faster than, for example, the various flavors of SHA.
by dutchmerchant
24 Dec 2021, 01:37
Forum: General Discussion
Topic: How is content comparison actually implemented?
Replies: 2
Views: 888

How is content comparison actually implemented?

Does the content comparison use hashes, something like SHA256 or MD5, or does it do an actual bit by bit comparison? Was wondering, and if hashes are used, then can you configure which hashing algorithm to use. Blake3, for example, tends to be much faster when compared to something like SHA256 or ...