Hacker News new | ask | show | jobs
Hashing Strings and Pointers – Avoiding Common Pitfalls (jfdube.wordpress.com)
10 points by DanielH 5358 days ago
1 comments

For my (and other's) education, can someone explain to me why you would want to hash a pointer? Google let me down.
It is probably not a common use case, but in applications such as garbage collectors, interpreters, allocators, some kind of caches, etc... you may want to keep track of a set of pointers in a hash table. Hence you need a hash function.