wahern / timeoutLinks
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
Sorting:
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- redis's async event loop library☆188Updated 5 years ago
- Russ Cox's libtask (with enhancements)☆319Updated 12 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 6 years ago
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- ☆154Updated 11 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆123Updated last year
- QSBR and EBR library☆119Updated 5 years ago
- Our open source benchmarks and code samples☆192Updated this week
- A nice place for simple libev examples. Please contribute.☆238Updated 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
- Protocol Buffers C RPC implementation☆195Updated 5 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- High performance utility library for C☆93Updated 9 months ago
- Lock-free ring buffer (MPSC)☆462Updated 5 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- Various open addressing hashmap algorithms in C++☆256Updated 3 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 6 years ago
- Concurrent trie-hash map library☆91Updated last year
- Lightweight event loop library for Linux epoll() family APIs☆243Updated last month
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆143Updated 7 years ago
- This project features examples on how to use libuv. They are derived from the sample code in Nikhil Marathe's book An Introduction to lib…☆115Updated 11 years ago
- Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues☆437Updated 9 months ago
- A simple lock-free queue implementation.☆80Updated 11 years ago
- A Lightweight TCP/IP stack☆96Updated 6 years ago