Julia Programming Language
Why do hash functions use xor to combine multiple values?
General Usage
hash
mbauman
February 9, 2024, 4:33pm
10
The common idiom I see and like here is to also hash the type itself. E.g.,
6 Likes
Internals of types and how they hash
show post in topic
Related topics
Topic
Replies
Views
Activity
Why does my hash function return a different value to the built in hash function?
General Usage
7
685
March 16, 2022
Use of MurmurHash3 for hashing strings
Internals & Design
29
8671
March 30, 2018
Specify hash function used by `hash()`?
General Usage
1
1485
April 6, 2017
Use of hash code in integer hashing
Internals & Design
3
719
June 2, 2022
What is the main purpose of this hash function in the following code?
General Usage
2
525
July 21, 2019