Comment

MKoistinen

Unfortunately, for many uses, the use of Python's hash function is terribly flawed. Ex.: `hash(-1) == hash(-2)` =(

Parent comment

erik

Python has a built-in hash() function that's faster than all of these.