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
- Russ Cox's libtask (with enhancements)☆317Updated 12 years ago
- 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.☆140Updated 5 years ago
- A nice place for simple libev examples. Please contribute.☆238Updated 8 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
- Minimize lock-free queue ever!☆132Updated 6 years ago
- Our open source benchmarks and code samples☆190Updated last week
- Protocol Buffers C RPC implementation☆191Updated 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
- 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
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆165Updated 6 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- A simple lock-free queue implementation.☆79Updated 11 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆142Updated 7 years ago
- Lightweight event loop library for Linux epoll() family APIs☆241Updated last year
- dns.c: Single file non-blocking DNS C library without callbacks or external dependencies.☆262Updated 3 years ago
- The asynchronous TLS abstraction for OpenSSL☆125Updated 7 years ago
- C11 Lock-free Stack☆181Updated 11 months ago
- A circular buffer alternative written in C under a BSD license☆137Updated 6 years ago
- Add SSL/TLS functionality on top of libuv☆62Updated 9 years ago
- skip list with rank, code less than z_set in redis☆174Updated last year
- libev sync from http://cvs.schmorp.de/libev/☆157Updated 3 years ago
- This project implements a reliability layer atop UDP in C.☆1Updated 12 years ago
- ☆149Updated 11 years ago
- Lock-free ring buffer (MPSC)☆456Updated 5 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
- Mirror from SVN of GNU libmicrohttpd☆65Updated 9 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago