smcho-kr / magic-ring-bufferLinks
Magic ring buffer
☆21Updated 8 years ago
Alternatives and similar repositories for magic-ring-buffer
Users that are interested in magic-ring-buffer are comparing it to the libraries listed below
Sorting:
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 3 years ago
- C11 Lock-free Stack☆183Updated last year
- Ultra low latency messaging kernel☆156Updated 10 years ago
- Robin Hood hash map library☆63Updated 3 years ago
- Our open source benchmarks and code samples☆192Updated 3 weeks ago
- C++ micro benchmark library☆97Updated 8 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 2 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- A circular buffer alternative written in C under a BSD license☆140Updated 6 years ago
- An implementation of Seqlock in C++11☆219Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- c++ wrapper around libpapi☆77Updated 7 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago
- ☆18Updated 9 years ago
- A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.☆262Updated 4 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- Effective Memory Reclamation☆58Updated 5 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- A simple and efficient MsgPack binary serialization library in a self-contained header file☆86Updated 6 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆145Updated 4 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- FFQ: A Fast Single-Producer/Multiple-Consumer Concurrent FIFO Queue (IPDPS 2017)☆33Updated 7 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 10 months ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- The world's first Web-scale memory allocator☆108Updated 7 years ago