Skip to content

High-performance Concurrent Cuckoo Hashing Library

License

Notifications You must be signed in to change notification settings

juyoung/libcuckoo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libcuckoo

High-performance Concurrent Cuckoo Hashing Library

This library provides a compact hash table that allows multiple concurrent reader threads, while allowing one thread at a time to make inserts or updates. It is particularly useful for applications with high read-to-write ratios that store small key/value pairs in the hash table.

Authors: Bin Fan, David G. Andersen and Michael Kaminsky

For details about this algorithm and citations, please refer to our paper in NSDI 2013.

Building

$ autoreconf -fis
$ ./configure
$ make

Issue Report

To let us know your questions or issues, we recommend you to use issue report on github. You can also email us, however, at [email protected].

About

High-performance Concurrent Cuckoo Hashing Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published