MichZia
MichZia
> Therefore there is no need to hash a pointer: it is its own hash. This is wrong. Pointers tend to be multiple of 8, and hash tables often are...
> Pointers are unique - so there is no reason to apply a hash algorithm on them. While two (different) pointers never collide (they are unequal) their hash MIGHT collide...
As described by the paper http://htmlpreview.github.io/?https://github.com/HowardHinnant/papers/blob/master/hashing.html this repo is dedicated to a way to hash any keys without the burden to choose the hahsing function and with no need of...