Files
go-cuckoo/README.md
2026-03-20 20:10:43 -04:00

8 lines
163 B
Markdown

<div align="center">
# <img height="30" src="assets/logo.svg"> Go Cuckoo
</div>
A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time.