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
268 B
268 B
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.