Advice on optimium data structure for billion long list?

David LeBlanc whisper at oz.nospamnet
Sun May 13 13:49:44 EDT 2001


This sounds like a good place to use the bsddb module which implements a 
persistant on-disk dictionary. Not sure about performance.

Another option would be to create some sort of dictionary wrapper around 
(for example) MySql if such does not already exist.

Dave LeBlanc



More information about the Python-list mailing list