supermartian / lockfree-queueLinks
A simple lock-free queue implementation.
☆80Updated 11 years ago
Alternatives and similar repositories for lockfree-queue
Users that are interested in lockfree-queue are comparing it to the libraries listed below
Sorting:
- C hash implementation based on khash☆172Updated 3 years ago
- timer.c: Tickless hierarchical timing wheel☆231Updated last year
- redis's async event loop library☆188Updated 5 years ago
- A nice place for simple libev examples. Please contribute.☆238Updated 8 years ago
- Prez is a distributed system based on Raft algorithm that provides highly reliable, consistent store.☆54Updated 10 years ago
- a lightweight high-performance HTTP server library for C☆102Updated 16 years ago
- skiplist library for C.☆54Updated 8 years ago
- A buffered-tree implemented in dictionary type and more☆75Updated 12 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- simple webserver in libuv☆85Updated 11 years ago
- Minimal HTTP processing library☆153Updated 5 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆123Updated last year
- ☆37Updated 10 years ago
- ☆154Updated 11 years ago
- Pure C (or C++) webserver (and experimental http client) based on libuv and http-parser☆149Updated 4 years ago
- Map object pointer to an unique id☆43Updated 10 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
- lock free modified prefix B+tree append-only database