wahern / timeout
timer.c: Tickless hierarchical timing wheel
☆231Updated last year
Alternatives and similar repositories for timeout:
Users that are interested in timeout are comparing it to the libraries listed below
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- redis's async event loop library☆188Updated 5 years ago
- Russ Cox's libtask (with enhancements)☆317Updated 12 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆141Updated 5 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- Lightweight event loop library for Linux epoll() family APIs☆242Updated last week
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- Our open source benchmarks and code samples☆191Updated last month
- Protocol Buffers C RPC implementation☆193Updated 4 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 6 years ago
- dns.c: Single file non-blocking DNS C library without callbacks or external dependencies.☆264Updated 3 years ago
- libev sync from http://cvs.schmorp.de/libev/☆157Updated 4 years ago
- lock free modified prefix B+tree append-only database☆117Updated 9 years ago
- A nice place for simple libev examples. Please contribute.☆238Updated 8 years ago
- skip list with rank, code less than z_set in redis☆174Updated last year
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- Mirror from SVN of GNU libmicrohttpd☆65Updated 9 years ago
- Critbit trees in C☆334Updated 3 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- Pure C (or C++) webserver (and experimental http client) based on libuv and http-parser☆149Updated 4 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 4 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues☆436Updated 8 months ago
- An efficient trie implementation.☆255Updated 4 years ago
- A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.☆258Updated 3 years ago
- A Lightweight TCP/IP stack☆96Updated 6 years ago
- A benchmark framework for concurrent queue implementations☆291Updated 5 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆123Updated 11 months ago