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
Alternatives and similar repositories for ringbuffer
Users that are interested in ringbuffer are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Boost's circular_buffer module converted to use all C++11 STL primitives, making it free of Boost dependencies.☆12Mar 9, 2017Updated 9 years ago
- 使用信号量加锁的循环共享内存队列☆11Sep 9, 2019Updated 6 years ago
- 又一个同时支持window/linux平台的EventLoop实现,包含IO事件/timer/异步事件的处理☆16May 13, 2018Updated 7 years ago
- A constexpr STL style circular buffer implementation☆73May 2, 2024Updated last year
- ☆41Sep 29, 2014Updated 11 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 用于计算C++程序或算法的运行时间,基于C++11☆11Sep 29, 2018Updated 7 years ago
- lock free shared memory based high performance ring buffer☆26May 11, 2012Updated 13 years ago
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆130Oct 16, 2020Updated 5 years ago
- Header only C++14 micro benchmark