hashability question
Erik Max Francis
max at alcyone.com
Sun Oct 13 00:49:39 EDT 2002
More information about the Python-list mailing list
Sun Oct 13 00:49:39 EDT 2002
- Previous message (by thread): hashability question
- Next message (by thread): forcing list garbage collection
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Gonçalo Rodrigues" wrote: > I don't know the first > thing about good criteria for hashing functions so I am asking the > more > knowledgeable people, is this a good hashing function, or does it > suffer > from some terrible handicap? It looks good to me, provided you expect the time stamps (which are presumably integers or floats) to be unique the vast majority of the time. -- Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/ __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE / \ Be able to be alone. Lose not the advantage of solitude. \__/ Sir Thomas Browne Kepler's laws / http://www.alcyone.com/max/physics/kepler/ A proof of Kepler's laws.
- Previous message (by thread): hashability question
- Next message (by thread): forcing list garbage collection
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list