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
- Various open addressing hashmap algorithms in C++☆256Updated 3 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- Our open source benchmarks and code samples☆192Updated last week
- A benchmark framework for concurrent queue implementations☆291Updated 5 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Boost.Coroutine2☆135Updated 3 months ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- Mordor is a high performance I/O library based on fibers.☆349Updated 7 years ago
- A concurrent user-level thread library implemented in C++☆317Updated 4 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆227Updated 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 …☆295Updated 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
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- C++11 libuv wrapper☆179Updated 5 years ago
- LMAX's disruptor pattern implemented in C☆96Updated last month
- A C++ await/yield emulation library for stackless coroutine☆340Updated last year
- STL-based caches for C++☆116Updated 2 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- Thread-safe cross-platform event loop library in C++☆177Updated last month
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆123Updated last year
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- C11 Lock-free Stack☆184Updated last year
- A collection of shared memory containers for high performance server☆233Updated 3 years ago
- Nanomsg binding for C++11☆117Updated 4 years ago
- Boost.Coroutine☆85Updated 3 months ago
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 10 months 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