I have a service that runs that takes a list of about 1,000,000 dictionaries and does the following
myHashTable = {} myLists = { \'hits\':{}, \'misses\':{},
You may find this related answer from Guido: Sorting a million 32-bit integers in 2MB of RAM using Python