[Numpy-discussion] efficient way to manage a set of floats?

Dr. Phillip M. Feldman pfeldman at verizon.net
Mon May 10 18:53:56 EDT 2010


I have an application that involves managing sets of floats.  I can use
Python's built-in set type, but a data structure that is optimized for
fixed-size objects that can be compared without hashing should be more
efficient than a more general set construct.  Is something like this
available?
-- 
View this message in context: http://old.nabble.com/efficient-way-to-manage-a-set-of-floats--tp28518014p28518014.html
Sent from the Numpy-discussion mailing list archive at Nabble.com.




More information about the NumPy-Discussion mailing list