shithub: sl

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