Skip to content

dwjsong/Lock-Free-Hash-Table-For-Memcached

Repository files navigation

Memcached

Dependencies

Environment

Tested On x86_64 Ubuntu 12.04 LTS

Edited Source Files

Added code to assoc.c so that it would be lock free. assoc_find, _hashitem_before, assoc_insert, and assoc_delete function is edited to be lock free. The bucket lock itself is called at thread.c file but is commented out now.

Install Instructions

export CC=gcc-4.7

./configure

make

make install

About

Lock Free Hash Table For Memcached

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published