fast list lookup
Kent Johnson
kent3737 at yahoo.com
Wed Jan 26 10:08:23 EST 2005
More information about the Python-list mailing list
Wed Jan 26 10:08:23 EST 2005
- Previous message (by thread): fast list lookup
- Next message (by thread): Sorry for the multiple posts !!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Klaus Neuner wrote: > Hello, > > what is the fastest way to determine whether list l (with > len(l)>30000) contains a certain element? If you can use a set or dict instead of a list this test will be much faster. Kent
- Previous message (by thread): fast list lookup
- Next message (by thread): Sorry for the multiple posts !!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list