Initial commit

This commit is contained in:
2026-03-17 00:59:15 +00:00
commit 553117cb30
3 changed files with 265 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# go-cuckoo
A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time.