https://github.com/tokenrove/small-cuckoo
some old cuckoo hashing code
https://github.com/tokenrove/small-cuckoo
c hash-map snippet
Last synced: 12 months ago
JSON representation
some old cuckoo hashing code
- Host: GitHub
- URL: https://github.com/tokenrove/small-cuckoo
- Owner: tokenrove
- Created: 2015-12-19T21:42:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T21:43:26.000Z (over 10 years ago)
- Last Synced: 2025-04-03T19:47:03.517Z (about 1 year ago)
- Topics: c, hash-map, snippet
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Implementation of Cuckoo hashing for small tables. Extracted from
something else, probably not useful for others right now.