Lock-free multi-producer multi-consumer ring buffer FIFO queue.
☆188Jan 13, 2020Updated 6 years ago
Alternatives and similar repositories for LockFreeQueue
Users that are interested in LockFreeQueue are comparing it to the libraries listed below
Sorting:
- simple C++11 ring buffer implementation, allocated and evaluated at compile time☆453Apr 22, 2024Updated last year
- 用C++11的std::atomic<T>实现一个无锁队列☆17Apr 6, 2016Updated 9 years ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,485Mar 8, 2024Updated 2 years ago
- C++14 lock-free queue.☆1,828Updated this week
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆120Nov 4, 2018Updated 7 years ago
- A highly optimized single producer single consumer message queue C++ template☆286Aug 22, 2022Updated 3 years ago
- Lock-free ring buffer (MPSC)☆476Dec 16, 2019Updated 6 years ago
- leveldb FUSE filesystem☆17May 15, 2014Updated 11 years ago
- A fast single-producer, single-consumer lock-free queue for C++☆4,514Jun 25, 2025Updated 8 months ago
- A fast multi-producer, multi-consumer lock-free concurrent queue for C++11☆12,125Feb 14, 2026Updated last month
- C++ Binance Futures SDK.☆25Jun 3, 2021Updated 4 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆238Oct 28, 2023Updated 2 years ago
- A public domain lock free queues implemented in C++11☆181Feb 19, 2014Updated 12 years ago
- lock-free data structures: SPSC ring buffer, MPMC ring buffer, MPMC single linked list queue, MPMC single linked list stack; lock free me…☆14Jun 9, 2020Updated 5 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56May 12, 2017Updated 8 years ago
- header only log inherited from Nanolog☆40Jul 31, 2020Updated 5 years ago
- Standard Library Concepts Emulation☆14Feb 8, 2021Updated 5 years ago
- An implementation of Seqlock in C++11☆239Jul 29, 2024Updated last year
- Experimental implementations of lock-free algorithms, using hazard pointers and tagged pointers.☆31Oct 27, 2011Updated 14 years ago
- Lock Free Resizable Hash Table Based On Split-Ordered Lists.☆68Mar 11, 2020Updated 6 years ago
- A C++11/14 implementation of fixed size, exception safe, STL style circular buffers for both single threaded and multithreaded contexts☆20Nov 2, 2015Updated 10 years ago
- A c++ library which aims at massive point cloud data processing, involves smart pointer and smart array, mathematical structures and oper…☆18Apr 5, 2021Updated 4 years ago
- A simple lock-free queue implementation.☆80Mar 28, 2014Updated 11 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,178Jan 4, 2024Updated 2 years ago
- This repo is the extension of ThinkIdea Repo☆10Aug 16, 2020Updated 5 years ago
- 多种无锁队列☆43Dec 17, 2017Updated 8 years ago
- C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.☆2,167Mar 14, 2026Updated last week
- A C++ library of Concurrent Data Structures☆2,733Oct 17, 2023Updated 2 years ago
- C++17 lightweight state machine with a user-friendly syntax☆16Apr 3, 2021Updated 4 years ago
- 基于无锁队列(RingBuffer)实现的具备轮转功能的异步日志。☆21Apr 12, 2017Updated 8 years ago
- LuaJIT lexer and parser in C+Lua/ffi☆11Nov 1, 2021Updated 4 years ago
- A portable C++ (cross-)compiler toolchain☆43Dec 16, 2025Updated 3 months ago
- Shared-memory based ring buffer☆66May 16, 2017Updated 8 years ago
- An efficient single publisher multiple subscriber message queue for Linux IPC☆68Jul 18, 2020Updated 5 years ago
- universal serialization engine☆1,306Mar 14, 2026Updated last week
- An elegant operating system based on c++17 implementation☆21Apr 11, 2023Updated 2 years ago
- Self-Loading Registration Free COM Functions☆11Nov 12, 2019Updated 6 years ago
- Fast C++ IPC using shared memory☆627Aug 15, 2022Updated 3 years ago
- 即时通讯,支持单聊,群聊☆11Sep 15, 2020Updated 5 years ago