shithub: sl

ref: c8ff8d599f84e0209ed0c37e92b6e05f1d06995f
dir: /src/hashing.h/

View raw version
#pragma once

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