jsnell / ratasLinks
A hierarchical timer wheel, for implementing timed event queues
☆214Updated last year
Alternatives and similar repositories for ratas
Users that are interested in ratas are comparing it to the libraries listed below
Sorting:
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- timer.c: Tickless hierarchical timing wheel☆236Updated 2 years ago
- Various open addressing hashmap algorithms in C++☆258Updated 4 years ago
- Mordor is a high performance I/O library based on fibers.☆352Updated 8 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆265Updated 16 years ago
- A benchmark framework for concurrent queue implementations☆297Updated 5 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆235Updated 4 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…☆158Updated 7 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- A C++ await/yield emulation library for stackless coroutine☆341Updated 2 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆138Updated 6 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 3 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- C++11 libuv wrapper☆178Updated 6 years ago
- Nanomsg binding for C++11☆117Updated 4 years ago
- 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 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 …☆298Updated last year
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆124Updated last year
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆415Updated 6 years ago
- Boost.Coroutine2☆136Updated last month
- LMAX's disruptor pattern implemented in C☆96Updated 6 months ago
- redis's async event loop library☆189Updated 6 years ago
- concurrency library for C++☆73Updated 11 years ago
- STL-based caches for C++☆116Updated 2 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆331Updated 8 years ago
- Distributed search engine in C++14, using nanomsg for communication, bond for serialization.☆67Updated 10 years ago