mstump / queuesLinks
A public domain lock free queues implemented in C++11
☆180Updated 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☆215Updated last year
- Non bloated asynchronous logger☆223Updated 2 years ago
- A C++ await/yield emulation library for stackless coroutine☆341Updated last year
- STL-based caches for C++☆116Updated 2 years ago
- Boost.Coroutine2☆136Updated 3 weeks ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- C++ integer-to-string conversion benchmark☆343Updated 10 months ago
- Various open addressing hashmap algorithms in C++☆257Updated 3 years ago
- A feature complete LRU cache implementation in C++☆261Updated 6 years ago
- Boost::ASIO low-level redis client (connector)☆147Updated 3 years ago
- A STL allocator that mmaps files☆253Updated 4 years ago
- [deprecated] For native C atomics, see Turf instead☆520Updated 9 years ago
- Mordor is a high performance I/O library based on fibers.☆352Updated 7 years ago
- An implementation of Seqlock in C++11☆231Updated last year
- Boost.Lockfree☆148Updated 3 weeks ago
- Nanomsg binding for C++11☆117Updated 4 years ago
- Our open source benchmarks and code samples☆193Updated 2 months ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 7 years ago
- A platform-independent promise library for C++, implementing asynchronous continuations.☆194Updated 7 years ago
- Boost.Coroutine☆85Updated 3 weeks 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…☆158Updated 7 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 …☆297Updated last year
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆505Updated 2 years ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 8 years ago
- C++11 libuv wrapper☆178Updated 6 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- A simple C++11 reflection/serialization framework.☆130Updated 10 years ago
- Embeddable C++ HTTP server☆161Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆212Updated 2 years ago