Pslydhh / obqueueLinks
A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)
☆40Updated 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 6 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 7 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆93Updated 5 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆82Updated 7 years ago
- A shell style command line framework which can easily be incorporated into a linux c++ server, supporting telnet/nc clients☆40Updated 4 years ago
- 🧀 The Benchmark Testing Box☆34Updated 4 years ago
- ☆64Updated 6 years ago
- A actor framework base on C++11/14.☆56Updated 5 years ago
- cxx utils code☆85Updated last week
- A C++03 implement stackless coroutine. But also support stackful coroutine, tcp rpc operation, static hook(by adding hook function into s…☆140Updated 7 years ago
- 由C语言实现的单线程高并发的网络基础库☆55Updated 4 years ago
- Lock-Free Thread Pool☆81Updated 2 years ago
- ☆37Updated 10 years ago
- Different implementations of spinlock.☆105Updated 11 years ago
- A high performance network library, for Pika https://github.com/OpenAtomFoundation/pika☆81Updated 2 years ago
- A C++ embedded library of multiple processes framework developed and used at Qihoo360.☆51Updated 4 years ago
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆128Updated 5 years ago
- Full Duplex C++ RPC Library,Use Protobuf, Support HTTP API .☆11Updated 2 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆188Updated 5 years ago
- zzz's c++ lib☆58Updated 8 years ago
- skip list with rank, code less than z_set in redis☆175Updated 2 years ago
- header only log inherited from Nanolog☆38Updated 5 years ago
- A header only fast HTTP parser/generator for C++.☆31Updated 5 years ago
- 一个简单而的ini配置读取库(带扩展语法)☆39Updated 7 years ago
- network library based on io_uring and C++20 coroutine☆110Updated 5 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆148Updated 5 years ago
- We provide a prototype of a stackless coroutine.☆34Updated 7 years ago
- Call a function in a new stack that allocated anywhere. Do not be afraid of stack limit in your coroutines! Try to make your stack sharea…☆234Updated 4 years ago
- ioCoro is an async-IO service framework based on cpp20Coroutine☆79Updated 2 years ago