efficient intersection of lists with rounding

Michael Hoffman m.h.3.9.1.without.dots.at.cam.ac.uk at example.com
Thu Dec 2 21:41:46 EST 2004


Steven Bethard wrote:

> Well, in Python 2.3, I believe sets are implemented in Python while 
> they're implemented in C in Python 2.4.

I think the Python 2.3 Sets implementation is likely to be quicker than 
whatever list-manipulation answer you come up with instead. But there's 
only one way to find out ;)
-- 
Michael Hoffman



More information about the Python-list mailing list