wahern / timeout
timer.c: Tickless hierarchical timing wheel
☆225Updated 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 11 months ago
- LMAX's disruptor pattern implemented in C☆96Updated 6 years ago
- 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
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆263Updated 15 years ago
- Our open source benchmarks and code samples☆189Updated this week
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆121Updated 9 months ago
- Protocol Buffers C RPC implementation☆191Updated 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
- Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues☆434Updated 6 months ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆165Updated 6 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- C11 Lock-free Stack☆181Updated 10 months ago
- Lightweight event loop library for Linux epoll() family APIs☆241Updated last year
- 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…☆114Updated 11 years ago
- libev sync from http://cvs.schmorp.de/libev/☆157Updated 3 years ago
- QSBR and EBR library☆118Updated 5 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year
- A benchmark framework for concurrent queue implementations☆289Updated 4 years ago
- Lock-free ring buffer (MPSC)☆455Updated 5 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
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- A circular buffer alternative written in C under a BSD license☆138Updated 5 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆221Updated 3 years ago
- The finest radix tree this side of the Linux kernel.☆34Updated 9 years ago
- A nice place for simple libev examples. Please contribute.☆237Updated 8 years ago
- lock free modified prefix B+tree append-only database☆117Updated 9 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆77Updated 9 years ago
- ☆150Updated 11 years ago