MCPcopy Create free account
hub / github.com/IoLanguage/io / UArray_murmurHash

Function UArray_murmurHash

libs/basekit/source/UArray_math.c:517–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517uintptr_t UArray_murmurHash(UArray *self) {
518 return (uintptr_t)MurmurHash2((const void *)(self->data),
519 (int)UArray_sizeInBytes(self), 0);
520}
521
522// even/odd hashes for cuckoo hashtables
523

Callers

nothing calls this directly

Calls 2

MurmurHash2Function · 0.85
UArray_sizeInBytesFunction · 0.85

Tested by

no test coverage detected