wahern / timeoutLinks
timer.c: Tickless hierarchical timing wheel
☆233Updated 2 years ago
Alternatives and similar repositories for timeout
Users that are interested in timeout are comparing it to the libraries listed below
Sorting:
- A hierarchical timer wheel, for implementing timed event queues☆212Updated last year
- redis's async event loop library☆189Updated 5 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 6 years ago
- Russ Cox's libtask (with enhancements)☆321Updated 13 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆265Updated 16 years ago
- dns.c: Single file non-blocking DNS C library without callbacks or external dependencies.☆266Updated 4 years ago
- Our open source benchmarks and code samples☆193Updated 2 weeks ago
- LMAX's disruptor pattern implemented in C☆96Updated 3 months ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆124Updated last year
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- C11 Lock-free Stack☆184Updated last year
- Minimize lock-free queue ever!☆134Updated 7 years ago
- A simple lock-free queue implementation.☆80Updated 11 years ago
- lock free modified prefix B+tree append-only database☆116Updated 10 years ago
- Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues☆446Updated 2 weeks ago
- A nice place for simple libev examples. Please contribute.☆239Updated 8 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆229Updated 4 years ago
- Protocol Buffers C RPC implementation☆203Updated 5 years ago
- Lock-free ring buffer (MPSC)☆468Updated 5 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- The asynchronous TLS abstraction for OpenSSL☆126Updated 7 years ago
- A distributed durable unique 64bit ID server☆206Updated 7 years ago
- High performance utility library for C☆94Updated 4 months ago
- Lightweight event loop library for Linux epoll() family APIs☆245Updated 6 months ago
- C hash implementation based on khash☆171Updated 3 months ago
- C library of key-value data structures.☆295Updated 5 years ago
- Prez is a distributed system based on Raft algorithm that provides highly reliable, consistent store.☆55Updated 10 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 7 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆95Updated 5 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago