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
1
Pull Requests
1
Actions
Releases
4
Wiki
Activity
12
Commits
4
Branches
4
Tags
c049f430acdb3ae35651a690b1a9d6b5e8ecb7fb
T
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
mvhutz
c049f430ac
style: no center
2026-03-20 20:20:19 -04:00
.gitea
/workflows
ci: add lint makefile job (
#5
)
2026-03-19 00:24:25 +00:00
assets
style: no center
2026-03-20 20:20:19 -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: no center
2026-03-20 20:20:19 -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
Go 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
S
Description
A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time.
Readme
AGPL-3.0
3.4
MiB
Languages
Go
94.9%
Makefile
5.1%