A fast, compact, immutable map from strings to uint64 values in Go
SMRTR summary
This Go library creates fast string-to-uint64 maps using binary fuse filters, achieving 7.6ns lookups with only 9 bytes per key versus Go's 23ns and 56 bytes.
SMRTR provides this summary for quick context. The original article belongs to lobste.rs.
Read the original article