Files
go-cuckoo/README.md
M.V. Hutz a32681a39b
All checks were successful
CI / Makefile Lint (pull_request) Successful in 23s
CI / Go Lint (pull_request) Successful in 24s
CI / Markdown Lint (pull_request) Successful in 9s
CI / Unit Tests (pull_request) Successful in 30s
CI / Fuzz Tests (pull_request) Successful in 51s
CI / Mutation Tests (pull_request) Successful in 59s
test: added markdownlint config, and bugged README
2026-03-20 20:59:47 -04:00

269 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.