1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-10 05:34:36 +00:00
glubsy 7b764f183e Avoid partially hashing small files
Computing 3 hash samples for files less than 3MiB (3 * CHUNK_SIZE) is not efficient since spans of later samples would overlap a previous one.
Therefore we can simply return the hash of the entire small file instead.
2021-08-13 20:47:01 +02:00
..
2019-12-31 20:16:27 -06:00
2019-12-31 20:16:27 -06:00
2021-03-21 22:50:33 -05:00
2021-02-09 01:40:00 +01:00
2020-12-29 05:39:26 +01:00
2019-12-31 20:16:27 -06:00
2021-08-13 20:47:01 +02:00
2019-12-31 20:16:27 -06:00
2019-12-31 20:16:27 -06:00
2019-12-31 20:16:27 -06:00
2019-12-31 20:16:27 -06:00