jsnell / ratasLinks
A hierarchical timer wheel, for implementing timed event queues
☆210Updated 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☆181Updated 11 years ago
- timer.c: Tickless hierarchical timing wheel☆233Updated last year
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆263Updated 15 years ago
- Various open addressing hashmap algorithms in C++☆257Updated 3 years ago
- Our open source benchmarks and code samples☆192Updated 2 weeks ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- A benchmark framework for concurrent queue implementations☆291Updated 5 years ago
- Mordor is a high performance I/O library based on fibers.☆347Updated 7 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- A concurrent user-level thread library implemented in C++☆317Updated 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…☆157Updated 6 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- A C++ await/yield emulation library for stackless coroutine☆339Updated last year
- C++11 libuv wrapper☆179Updated 5 years ago
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 10 months ago
- STL-based caches for C++☆116Updated 2 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆120Updated 6 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- Boost.Coroutine2☆135Updated 3 months ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆206Updated 2 years ago
- C++ binding for nanomsg☆111Updated 10 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 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 …☆296Updated 10 months ago
- Boost::ASIO low-level redis client (connector)☆145Updated 2 years ago
- Thread-safe cross-platform event loop library in C++☆178Updated 2 months ago