M.V. Hutz 6a5b40c097 docs: replaced instances of "bucket" with "table"
- Removed instances of `growthFactor`, as it is unexported.
- Typo in `HashTable.String()`.
2026-04-13 20:49:33 -04:00
2026-03-17 01:22:42 +00:00
2026-04-04 12:27:53 +02:00
2026-04-04 12:27:53 +02:00
2026-03-20 01:59:54 +00:00
2026-03-20 01:59:54 +00:00
2026-04-04 12:27:53 +02:00
2026-03-17 00:59:15 +00:00

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.

Description
A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time.
Readme AGPL-3.0 354 KiB
Languages
Go 93.9%
Makefile 6.1%