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.

The checksum functions have also been modified to produce murmur hashes,
although the compile-time flag to generate them is currently disabled.
  • Loading branch information
marshallward authored and Hallberg-NOAA committed Feb 14, 2025
1 parent 075f8b3 commit 38a0cb0
Show file tree
Hide file tree
Showing 2 changed files with 536 additions and 194 deletions.
Loading

0 comments on commit 38a0cb0

Please sign in to comment.