Pslydhh / obqueueLinks
A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)
☆39Updated 4 years ago
Alternatives and similar repositories for obqueue
Users that are interested in obqueue are comparing it to the libraries listed below
Sorting:
- Serialization/deserialization in a raw buffer like flatbuffer, but you do not need any IDL file and it is much more efficient either in s…☆49Updated 7 years ago
- modern c++ raft library☆47Updated 5 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆93Updated 5 years ago
- cxx utils code☆83Updated 3 weeks ago
- Lock-Free Thread Pool☆79Updated 2 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- 🧀 The Benchmark Testing Box☆34Updated 3 years ago
- ☆65Updated 6 years ago
- A C++03 implement stackless coroutine. But also support stackful coroutine, tcp rpc operation, static hook(by adding hook function into s…☆140Updated 6 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support