rmind / ttimerLinks
Tick-based timer (hierarchical timing wheel algorithm)
☆44Updated 5 years ago
Alternatives and similar repositories for ttimer
Users that are interested in ttimer are comparing it to the libraries listed below
Sorting:
- A simple, intrusive, zero-allocation red-black tree implementation☆51Updated 3 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- A C11 implementation of D. Vyukov MPSC queue☆29Updated last year
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 4 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Coroutines for C.☆75Updated 8 years ago
- Static Radix Tree (Patricia trie) implementation in C☆50Updated 8 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- iomux - High performance aynchronous I/O multiplexing and timers☆15Updated 9 years ago
- libuv thread communication☆58Updated 2 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- C11 Lock-free Stack☆184Updated last year
- Concurrent trie-hash map library☆92Updated last year
- Netstring parsing in C☆36Updated 4 years ago
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆69Updated 2 years ago
- C implementation of Disruptor queues☆23Updated 3 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- LMAX's disruptor pattern implemented in C☆96Updated last month
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆52Updated last year
- Shared memory queue benchmarks and tracing for blog☆77Updated 9 years ago
- Boost.Asio wrapper over uTorrent's uTP library☆27Updated 4 years ago
- A universal thread-safe memory pool.☆26Updated 6 years ago
- Implements a Min-Heap / Priority Queue in C using a simple array.☆56Updated 4 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆27Updated 10 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- A low-latency in-memory C logging library☆59Updated 3 years ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 8 years ago
- A simple and efficient MsgPack binary serialization library in a self-contained header file☆86Updated 6 years ago