Breaking Python
Breaking the Hash Table in Python
+Breaking the Hash Table in Python
Our language of choice for bringing the worst out of the hash table is Python.
Let's start by talking about the hash function and why we've chosen Python for this. Hash function for integers in Python is simply identity, as you might've @@ -137,6 +137,6 @@ will collide).
Arbitrary-sized integers, they can get as big as your memory allows. ↩
-