mstump / queues
A public domain lock free queues implemented in C++11
☆182Updated 11 years ago
Alternatives and similar repositories for queues:
Users that are interested in queues are comparing it to the libraries listed below
- Boost.Coroutine2☆129Updated 2 months ago
- C++ library for executors☆499Updated 8 years ago
- A C++ await/yield emulation library for stackless coroutine☆335Updated last year
- C++11 libuv wrapper☆178Updated 5 years ago
- Adapters for interfacing libuv with C++ resumable functions☆115Updated 5 months ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 7 years ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆492Updated last year
- Non bloated asynchronous logger☆222Updated 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 …☆292Updated 5 months ago
- An implementation of Seqlock in C++11☆206Updated 6 months ago
- A hierarchical timer wheel, for implementing timed event queues☆209Updated 10 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
- A STL allocator that mmaps files☆245Updated 3 years ago
- Nanomsg binding for C++11☆116Updated 3 years ago
- A disruptor thread-synchronisation data structure for C++11.☆124Updated last year
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆417Updated 3 years ago
- Boost.Lockfree☆128Updated last month
- STL-based caches for C++☆115Updated last year
- A reference implementation for a modern C++ client interface☆92Updated 7 years ago
- Configurable C++ platform adapter☆555Updated 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☆117Updated 6 years ago
- Boost.Coroutine☆82Updated 2 months ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.☆240Updated 4 years ago
- Our open source benchmarks and code samples☆188Updated this week
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆373Updated 4 years ago
- userland threads☆473Updated last month
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆92Updated 3 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆201Updated 2 years ago