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 low-latency in-memory C logging library☆59Updated 3 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆93Updated 5 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 3 years ago
- Coroutines for C.☆76Updated 8 years ago
- Boost.Asio wrapper over uTorrent's uTP library☆27Updated 4 years ago
- libuv thread communication☆59Updated 2 years ago
- C11 Lock-free Stack☆183Updated last year
- A C11 implementation of D. Vyukov MPSC queue☆32Updated 2 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- A circular buffer alternative written in C under a BSD license☆141Updated 6 years ago
- Minimize lock-free queue ever!☆132Updated 7 years ago
- A hierarchical timer wheel, for implementing timed event queues☆212Updated last year
- LMAX's disruptor pattern implemented in C☆96Updated 2 months ago
- iomux - High performance aynchronous I/O multiplexing and timers☆16Updated 2 weeks ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆44Updated 10 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