jbenoist / lockfree-queue
Array-based lockfree queue
☆12Updated 2 years ago
Alternatives and similar repositories for lockfree-queue:
Users that are interested in lockfree-queue are comparing it to the libraries listed below
- multithreading examples of my blog☆13Updated 10 years ago
- a header only C++ LRU Cache template class (now with optional synchronization) that allows you to define key, value and optionally the Ma…☆40Updated 8 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- Our open source benchmarks and code samples☆188Updated 4 months ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated last year
- Header only C++14 micro benchmark☆14Updated 9 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- a tiny coroutine lib using for c++☆24Updated 10 years ago
- C++ proactor network library for Linux☆17Updated 9 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- Latency collector as an embedded library for C++☆13Updated 5 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- STL-based caches for C++☆115Updated last year
- Slab Memory Allocator in Application Layer☆27Updated 7 years ago
- Cross-platform atomic operations and lock algorithm library☆96Updated 6 years ago
- C++ coroutine based networking library (WIP)☆37Updated 6 years ago
- We provide a prototype of a stackless coroutine.☆34Updated 7 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 9 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆14Updated 7 years ago
- Compile-time Hash Map for C++☆15Updated 2 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 3 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Literal Logging for C++☆84Updated 7 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 9 years ago
- Boost.org multi_index module☆47Updated last month
- fast malloc. similar to google-tcmalloc.☆23Updated 8 years ago
- Lock-free linked list☆16Updated 12 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month