shithub: sl

ref: e9e65bff7f2881102adc9b48e3e47a17b6e2094d
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);