lenonk / memorypool
Thread safe, lock-free memory pool.
☆53Updated 7 months ago
Related projects ⓘ
Alternatives and complementary repositories for memorypool
- std::future extension☆37Updated 4 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆86Updated 4 years ago
- Object pool implementation in C++11☆93Updated 3 years ago
- a modern c++ plugin library☆83Updated 3 years ago
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆23Updated 4 months 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
- header only log inherited from Nanolog☆36Updated 4 years ago
- Presentation and code for C++ Summit (China) 2020☆40Updated 3 years ago
- purecpp opensource projects list☆92Updated 2 years ago
- cpp singleton works across dll/exe boundaries.☆63Updated 2 years ago
- C++11 signal/slot implementation☆78Updated 3 years ago
- Loki是由Andrei编写的一个与《Modern C++ Design》(C++设计新思维)一书配套发行的C++代码库。 它不仅把C++模板的功能发挥到了极致,而且把类似设计模式这样思想层面的东西通过库来提供。☆52Updated 9 years ago
- 简单有效的内存池实现☆90Updated 8 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
- Much much fast, direct and static typed parsing of JSON with C++17☆47Updated 4 years ago
- inline_asm_lockfree_queue☆20Updated 4 years ago
- 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…