shithub: sl

ref: 29b1d01e4c8bd99be867ce986408362f8ae8d023
dir: /src/hashing.h/

View raw version
#pragma once

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