Skip to content

vmg/libcuckoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 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 libcuckoo-dev@googlegroups.com.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •