]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
QueueRing: a reduced contention queue
authorYehuda Sadeh <yehuda@inktank.com>
Sun, 2 Mar 2014 03:14:12 +0000 (19:14 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Thu, 29 Jan 2015 18:09:12 +0000 (10:09 -0800)
commit32b9bb7a2b031b3357600a2a405d1f18ac594546
tree643b144718d5fcd53a671040d838bed0a4cef7cc
parentcdb110539ff7cee971d29ff74560ca0686058891
QueueRing: a reduced contention queue

A queue that provides multi-readers, multi-writers concurrency with a
reduced lock contention.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/common/Makefile.am
src/common/QueueRing.h [new file with mode: 0644]