June 2017
Intermediate to advanced
532 pages
12h 59m
English
We already noticed that our hash function is a too simple one. For the sake of keeping this recipe simple and without external dependencies, we chose this way.
What is the problem with our hash function? There are actually two problems:
If we are looking for a better hash function, we should take one that is fast, memory-friendly, and that makes sure that no two really large but different files get the same hash. The latter requirement is maybe the most important one. If we decide that one file is a duplicate of the other although ...
Read now
Unlock full access