mstump / queuesLinks
A public domain lock free queues implemented in C++11
☆181Updated 11 years ago
Alternatives and similar repositories for queues
Users that are interested in queues are comparing it to the libraries listed below
Sorting:
- Boost.Coroutine2☆135Updated 2 months ago
- A C++ await/yield emulation library for stackless coroutine☆338Updated last year
- Non bloated asynchronous logger☆223Updated last year
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- C++11 libuv wrapper☆179Updated 5 years ago
- A STL allocator that mmaps files☆247Updated 4 years ago
- C++ library for executors☆508Updated 8 years ago
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 9 months ago
- A platform-independent promise library for C++, implementing asynchronous continuations.☆194Updated 7 years ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆403Updated 6 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- A feature complete LRU cache implementation in C++☆252Updated 5 years ago
- Various open addressing hashmap algorithms in C++☆256Updated 3 years ago
- Boost.Lockfree☆133Updated last month
- An implementation of Seqlock in C++11☆212Updated 10 months ago
- A simple C++11 reflection/serialization framework.☆130Updated 9 years ago
- Embeddable C++ HTTP server☆161Updated 2 years ago
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆295Updated 9 months ago
- Our open source benchmarks and code samples☆192Updated 2 weeks ago
- Configurable C++ platform adapter☆560Updated 6 years ago
- A disruptor thread-synchronisation data structure for C++11.☆128Updated 2 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆422Updated last week
- Nanomsg binding for C++11☆117Updated 4 years ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 7 years ago
- Boost::ASIO low-level redis client (connector)☆144Updated 2 years ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆498Updated last year
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆379Updated 4 years ago
- Open multi-methods for C++11☆117Updated 7 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago