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:
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- A feature complete LRU cache implementation in C++☆254Updated 5 years ago
- Non bloated asynchronous logger☆223Updated last year
- Nanomsg binding for C++11☆117Updated 4 years ago
- A STL allocator that mmaps files☆247Updated 4 years ago
- A C++ await/yield emulation library for stackless coroutine☆340Updated last year
- Our open source benchmarks and code samples☆192Updated last week
- Boost.Coroutine2☆135Updated 3 months ago
- STL-based caches for C++☆116Updated 2 years ago
- Various open addressing hashmap algorithms in C++☆256Updated 3 years ago
- C++ integer-to-string conversion benchmark☆341Updated 5 months ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆498Updated last year
- 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 10 months 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
- Boost::ASIO low-level redis client (connector)☆145Updated 2 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
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months ago
- A C++11 compliant header-only asynchronous MySQL client library based on Asio. Enables you to work with MySQL in both asynchronous and bl…☆156Updated 6 years ago
- An implementation of Seqlock in C++11☆214Updated 11 months ago
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆548Updated last year
- Boost.Lockfree☆134Updated last month
- C++ library for executors☆508Updated 8 years ago
- [deprecated] For native C atomics, see Turf instead☆518Updated 8 years ago
- A disruptor thread-synchronisation data structure for C++11.☆129Updated 2 years ago
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 10 months ago
- C++11 libuv wrapper☆179Updated 5 years ago
- Configurable C++ platform adapter☆561Updated 6 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago