fastest table lookup

Neal D. Becker ndbecker2 at verizon.net
Mon Oct 25 14:41:13 EDT 2004


I need a fairly small lookup table, and I'm wondering which data python data
structure would be fastest.  I could use a list, tuple, dictionary, numeric
array, or maybe plain python array.  The table would be indexed by simple
integers and would be dense (filled).




More information about the Python-list mailing list