A fast, compact, immutable map from strings to uint64 values in Go
Summary
A GitHub repo page introducing constmap, a fast, compact immutable map from strings to uint64 values implemented in Go using a binary fuse filter. It covers the data structure design, usage patterns (including VerifiedConstMap), serialization, benchmarks against Go's map, and memory efficiency.