shithub: sl

ref: 22b11e5411affc4a91204eb45590bd1796274e35
dir: /src/hashing.h/

View raw version
#pragma once

value_t inthash(value_t a) sl_constfn;
u32int int64to32hash(u64int key) sl_constfn;
u64int memhash(const char* buf, size_t n);