Skip to content

Commit

Permalink
MOM_murmur_hash: MurmurHash3 implementation
Browse files Browse the repository at this point in the history
This patch adds the MOM_murmur_hash module, a non-cryptographic hash
function used to generate unique hashes for arrays.

The particular property of interest is that murmur hashes are sensitive
to order.  This will allow us to detect a wider range of answer changes
which would otherwise be undetected by the current min/max/mean/bitcount
method.
  • Loading branch information
marshallward committed Feb 13, 2025
1 parent ec60bf1 commit 2b3dcdd
Show file tree
Hide file tree
Showing 2 changed files with 505 additions and 197 deletions.
Loading

0 comments on commit 2b3dcdd

Please sign in to comment.