Steven D'Aprano <[email protected]>: > Please re-read what I wrote. I didn't say "if your data comes to you > fully randomized". I said "if you are in a position to randomize the > data before storing it". In other words, if you actively randomize the > data yourself.
Yes, you could implement a "hash table" that way. Marko -- https://mail.python.org/mailman/listinfo/python-list
