fastest table lookup
Skip Montanaro
skip at pobox.com
Mon Oct 25 16:38:51 EDT 2004
More information about the Python-list mailing list
Mon Oct 25 16:38:51 EDT 2004
- Previous message (by thread): 2 questions about scope
- Next message (by thread): fastest table lookup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): 2 questions about scope
- Next message (by thread): fastest table lookup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list