This website requires JavaScript.
Explore
Help
Sign In
tools
/
go-cuckoo
Watch
1
Star
0
Fork
0
You've already forked go-cuckoo
Code
Issues
Pull Requests
Actions
Releases
2
Wiki
Activity
9
Commits
1
Branch
2
Tags
390a12b84e32a5cfaa3eb2cbd1ff2e59403f8beb
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
M.V. Hutz
390a12b84e
style: add icon to README.md
2026-03-20 19:32:57 -04:00
.gitea
/workflows
ci: add lint makefile job (
#5
)
2026-03-19 00:24:25 +00:00
assets
feat: add logo to assets
2026-03-19 23:23:17 -04:00
.gitignore
Initial commit
2026-03-17 00:59:15 +00:00
.golangci.yml
chore: move from
tools/dsa
(
#1
)
2026-03-17 01:22:42 +00:00
.gremlins.yaml
feat: add drop key functionality (
#6
)
2026-03-20 01:59:54 +00:00
bucket.go
feat: add drop key functionality (
#6
)
2026-03-20 01:59:54 +00:00
compare_example_test.go
fix:
EqualFunc
not deterministic (
#2
)
2026-03-17 01:54:24 +00:00
compare.go
chore: move from
tools/dsa
(
#1
)
2026-03-17 01:22:42 +00:00
cuckoo_fuzz_test.go
feat: add drop key functionality (
#6
)
2026-03-20 01:59:54 +00:00
cuckoo_internal_test.go
feat: add drop key functionality (
#6
)
2026-03-20 01:59:54 +00:00
cuckoo_test.go
feat: add drop key functionality (
#6
)
2026-03-20 01:59:54 +00:00
doc_example_test.go
chore: move from
tools/dsa
(
#1
)
2026-03-17 01:22:42 +00:00
doc.go
chore: move from
tools/dsa
(
#1
)
2026-03-17 01:22:42 +00:00
go.mod
feat: add drop key functionality (
#6
)
2026-03-20 01:59:54 +00:00
go.sum
feat: add drop key functionality (
#6
)
2026-03-20 01:59:54 +00:00
hash_example_test.go
chore: move from
tools/dsa
(
#1
)
2026-03-17 01:22:42 +00:00
hash.go
chore: move from
tools/dsa
(
#1
)
2026-03-17 01:22:42 +00:00
LICENSE
Initial commit
2026-03-17 00:59:15 +00:00
Makefile
feat: add drop key functionality (
#6
)
2026-03-20 01:59:54 +00:00
README.md
style: add icon to README.md
2026-03-20 19:32:57 -04:00
settings.go
chore: move from
tools/dsa
(
#1
)
2026-03-17 01:22:42 +00:00
table.go
feat: add drop key functionality (
#6
)
2026-03-20 01:59:54 +00:00
README.md
Cuckoo
A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time.
Reference in New Issue
View Git Blame
Copy Permalink
Description
A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time.
Readme
AGPL-3.0
141
KiB
Languages
Go
93.3%
Makefile
6.7%