Files
go-cuckoo/README.md
M.V. Hutz 7713d681ac
All checks were successful
CI / Go Lint (pull_request) Successful in 24s
CI / Markdown Lint (pull_request) Successful in 9s
CI / Unit Tests (pull_request) Successful in 20s
CI / Makefile Lint (pull_request) Successful in 21s
CI / Fuzz Tests (pull_request) Successful in 50s
CI / Mutation Tests (pull_request) Successful in 59s
revert: fix h2 header in README
2026-03-20 21:08:20 -04:00

268 B

Go Cuckoo, by `mvhutz`. Go Cuckoo

A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time. Read more about it in the package documentation.