fastest table lookup

Skip Montanaro skip at pobox.com
Mon Oct 25 16:38:51 EDT 2004


    Neal> I need a fairly small lookup table, and I'm wondering which data
    Neal> python data structure would be fastest.  

Define "fairly small", then as others have suggested, test.  I'd be
surprised if dicts were as fast as lists.

Skip





More information about the Python-list mailing list