All Projects → mutouyun → lock-free-queue

mutouyun / lock-free-queue

Licence: MIT license
CN-CppUserGroup-2019-1,lock-free queue demo

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
QMake
1090 projects

Projects that are alternatives of or similar to lock-free-queue

lfqueue
lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
Stars: ✭ 104 (+79.31%)
Mutual labels:  lock-free, lock-free-queue
lfqueue
Minimize lock-free queue ever!
Stars: ✭ 107 (+84.48%)
Mutual labels:  lock-free, lock-free-queue
Nuclei
Proactive IO & Runtime system
Stars: ✭ 113 (+94.83%)
Mutual labels:  lock-free
async
async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded MPMC lock-free queue.
Stars: ✭ 25 (-56.9%)
Mutual labels:  lock-free
Nonblocking
Implementation of a lock-free dictionary on .Net.
Stars: ✭ 237 (+308.62%)
Mutual labels:  lock-free
Onefile
The world's first wait-free Software Transactional Memory
Stars: ✭ 139 (+139.66%)
Mutual labels:  lock-free
go-ringbuf
Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:
Stars: ✭ 43 (-25.86%)
Mutual labels:  lock-free
Confluo
Real-time Monitoring and Analysis of Data Streams
Stars: ✭ 1,428 (+2362.07%)
Mutual labels:  lock-free
lockfree
⚡️ lock-free utilities in Go
Stars: ✭ 109 (+87.93%)
Mutual labels:  lock-free
Ringbuf
Lock-free ring buffer (MPSC)
Stars: ✭ 227 (+291.38%)
Mutual labels:  lock-free
Xenium
A C++ library providing various concurrent data structures and reclamation schemes.
Stars: ✭ 225 (+287.93%)
Mutual labels:  lock-free
Libcds
A C++ library of Concurrent Data Structures
Stars: ✭ 2,006 (+3358.62%)
Mutual labels:  lock-free
Lock-free-Red-black-tree
Implementation of lock-free red-black tree using CAS
Stars: ✭ 21 (-63.79%)
Mutual labels:  lock-free
L4
L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.
Stars: ✭ 136 (+134.48%)
Mutual labels:  lock-free
zedis
A tiny embedded, lock free, redis-like, pub+sub, brokerless, key value datastore. ømq+sled
Stars: ✭ 33 (-43.1%)
Mutual labels:  lock-free
Onering
A collection of concurrent ring buffers
Stars: ✭ 114 (+96.55%)
Mutual labels:  lock-free
Bwtree
An open sourced implementation of Bw-Tree in SQL Server Hekaton
Stars: ✭ 208 (+258.62%)
Mutual labels:  lock-free
Jctools
jctools.github.io/jctools
Stars: ✭ 2,833 (+4784.48%)
Mutual labels:  lock-free
gdax-orderbook-hpp
An in-memory copy of the order book on the GDAX cryptocurrency exchange, updated in real time via WebSocket feed, exposed in a thread-safe and lock-free data structure.
Stars: ✭ 38 (-34.48%)
Mutual labels:  lock-free
fcgi-function
A cross-platform module to writing C/C++ service for nginx.
Stars: ✭ 33 (-43.1%)
Mutual labels:  lock-free

Lock-Free Queue

Build Status Build status

lock-free linked-queue & ring-buffer queue

Reference

Papers

Books

Libraries

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].