mutouyun / lock-free-queue
CN-CppUserGroup-2019-1,lock-free queue demo
☆84Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for lock-free-queue
- modern c++ raft library☆46Updated 4 years ago
- Boost.Hana中文文档☆109Updated 3 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆74Updated 6 years ago
- A lock-free multi-producer multi-consumer ring buffer FIFO queue.☆173Updated 4 years ago
- ☆65Updated 5 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆112Updated 6 years ago
- asio examples☆175Updated 3 months ago
- a modern c++ plugin library☆83Updated 3 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆94Updated 8 years ago
- std::future extension☆37Updated 4 years ago
- Thread safe, lock-free memory pool.☆53Updated 7 months ago
- purecpp opensource projects list☆92Updated 2 years ago
- Asio源码分析(初)☆21Updated 6 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- A shell style command line framework which can easily be incorporated into a linux c++ server, supporting telnet/nc clients☆38Updated 3 years ago
- 用于搭建高性能、全异步、树形结构的BUS消息系统的跨平台框架库☆219Updated 3 weeks ago
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆125Updated 4 years ago
- Loki是由Andrei编写的一个与《Modern C++ Design》(C++设计新思维)一书配套发行的C++代码库。 它不仅把C++模板的功能发挥到了极致,而且把类似设计模式这样思想层面的东西通过库来提供。☆52Updated 9 years ago
- Presentation and code for C++ Summit (China) 2020☆40Updated 3 years ago
- Coroutine C++ Workflow based on C++ 20☆59Updated last week
- A actor framework base on C++11/14.☆55Updated 4 years ago
- better asio wrapper (++asio)☆40Updated 2 years ago
- Template meta programming package by C++11.☆131Updated 8 years ago
- some different implementations of queue and test result☆33Updated last year
- A high performance network library, for Pika https://github.com/OpenAtomFoundation/pika☆81Updated last year
- 基于C++14语法的任务链☆23Updated 4 years ago
- A collection of shared memory containers for high performance server☆232Updated 2 years ago
- 包含:1、两个轻量级disruptor头文件;2、使用该disruptor改进的线程池ThreadPool头文件。 include: 1、two disruptor related headfile; 2、a ThreadPool with this disruptor …☆27Updated 3 years ago
- An efficient single publisher multiple subscriber message queue for Linux IPC☆55Updated 4 years ago
- 无锁链表vs加锁链表(性能对比)☆38Updated 6 years ago