Skip to content

garethm/cuckoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cuckoo

This is a little project to try implementing a cuckoo hash data structure. The aim is to explore the algorithm rather than to produce something of actual use. I think though that I will implement a C++ version after I'm done with this one, which might be more interesting.

Honestly though, if you need to a hash table in Ruby, use the built in ones - they will be way faster and better.

http://programmingpraxis.com/2011/02/01/cuckoo-hashing/

About

Toy cuckoo hash implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages