jsnell / ratas
A hierarchical timer wheel, for implementing timed event queues
☆209Updated 10 months ago
Alternatives and similar repositories for ratas:
Users that are interested in ratas are comparing it to the libraries listed below
- timer.c: Tickless hierarchical timing wheel☆225Updated last year
- A public domain lock free queues implemented in C++11☆182Updated 11 years ago
- A C++ await/yield emulation library for stackless coroutine☆335Updated last year
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆331Updated 7 years ago
- A benchmark framework for concurrent queue implementations☆286Updated 4 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆263Updated 15 years 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 concurrent user-level thread library implemented in C++☆314Updated 4 years ago
- Boost.Coroutine2☆129Updated 2 months ago
- Thread-safe cross-platform event loop library in C++☆171Updated 2 weeks ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- Various open addressing hashmap algorithms in C++☆255Updated 3 years ago
- C++11 libuv wrapper☆178Updated 5 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
- Adapters for interfacing libuv with C++ resumable functions☆115Updated 5 months ago
- Mordor is a high performance I/O library based on fibers.☆348Updated 7 years ago
- Nanomsg binding for C++11☆116Updated 3 years ago
- C++ binding for nanomsg☆107Updated 10 years ago
- C++ library for executors☆499Updated 8 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Boost.Coroutine☆82Updated 2 months ago
- Our open source benchmarks and code samples☆188Updated this week
- concurrency library for C++☆75Updated 10 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- An implementation of Seqlock in C++11☆206Updated 6 months ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆219Updated 3 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 …☆292Updated 5 months ago
- LMAX's disruptor pattern implemented in C☆95Updated 6 years ago
- Boost.Lockfree☆128Updated last month
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago