Sujet : Re: Good hash for pointers
De : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : comp.lang.cDate : 24. May 2024, 18:49:42
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v2qjvm$2e6vs$1@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : Mozilla Thunderbird
On 5/24/2024 4:05 AM, Malcolm McLean wrote:
[...]
Then I can't be the first person to want to use a pointer as a key for hash table.
And I don't want things to break if pointer representation changes.
Check this out, it relies on hashing pointers, the multex... ;^)
https://groups.google.com/g/comp.lang.c++/c/sV4WC_cBb9Q/m/SkSqpSxGCAAJIt can be used for many different things...