shithub: sl

ref: 108a9de63855e85b23b98edcffa095ffed9eb9f8
dir: /src/hashing.h/

View raw version
#pragma once

value_t inthash(value_t a) fl_constfn;
uint32_t int64to32hash(uint64_t key) fl_constfn;
uint64_t memhash(const char* buf, size_t n);