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
4 lines
268 B
Markdown
4 lines
268 B
Markdown
# <img height="30" src="assets/logo.svg" alt="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](https://pkg.go.dev/git.maximhutz.com/tools/go-cuckoo).
|