Login
From:
Read after Write
(Uncensored)
subscribe
Using Floating Point Numbers as Hash Keys – Read after Write
https://readafterwrite.wordpress.com/2017/03/23/how-to-hash-floating-point-numbers/
links
backlinks
Roast topics
Find topics
Find it!
Strings and integers are the most common keys for hash tables, but in principle every type can be used as a hash key, provided we define a suitable comparison operator and hash function. Most langu…