Search found 4 matches

by kglukhov
08 May 2023, 04:44
Forum: General Discussion
Topic: Is there a guide of how to compile the source code ?
Replies: 3
Views: 1748

Re: Is there a guide of how to compile the source code ?

I also don't understand why this project is so secretive about build instructions.
by kglukhov
27 Sep 2021, 08:19
Forum: General Discussion
Topic: Idea: Calculating checksum only for the same path and file size
Replies: 5
Views: 966

Re: Idea: Calculating checksum only for the same path and file size

My point is that "Compare by Contents" should not be done on files of different size - they are different by definition.
by kglukhov
24 Sep 2021, 03:51
Forum: General Discussion
Topic: Idea: Calculating checksum only for the same path and file size
Replies: 5
Views: 966

Re: Idea: Calculating checksum only for the same path and file size

Checksum is just a concept. Dou you compare contents of the files of different size?
by kglukhov
21 Sep 2021, 05:12
Forum: General Discussion
Topic: Idea: Calculating checksum only for the same path and file size
Replies: 5
Views: 966

Idea: Calculating checksum only for the same path and file size

Comparison speed by checksum can improved drastically by calculating checksum only for the same path and file size. File size comparison is already implemented, just modify the algorithm by adding checksum to the same size files.