Search found 4 matches
- 08 May 2023, 04:44
- Forum: General Discussion
- Topic: Is there a guide of how to compile the source code ?
- Replies: 3
- Views: 1965
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.
- 27 Sep 2021, 08:19
- Forum: General Discussion
- Topic: Idea: Calculating checksum only for the same path and file size
- Replies: 5
- Views: 1174
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.
- 24 Sep 2021, 03:51
- Forum: General Discussion
- Topic: Idea: Calculating checksum only for the same path and file size
- Replies: 5
- Views: 1174
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?
- 21 Sep 2021, 05:12
- Forum: General Discussion
- Topic: Idea: Calculating checksum only for the same path and file size
- Replies: 5
- Views: 1174
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.