darkautism / lfqueueLinks
Minimize lock-free queue ever!
☆134Updated 7 years ago
Alternatives and similar repositories for lfqueue
Users that are interested in lfqueue are comparing it to the libraries listed below
Sorting:
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆149Updated 5 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆138Updated 6 years ago
- A circular buffer alternative written in C under a BSD license☆142Updated 6 years ago
- C11 Lock-free Stack☆184Updated last year
- redis's async event loop library☆189Updated 6 years ago
- C library of key-value data structures.☆298Updated 5 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆233Updated 4 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆125Updated last year
- timer.c: Tickless hierarchical timing wheel☆236Updated 2 years ago
- Slab Memory Allocator in Application Layer☆29Updated 8 years ago
- A header only library that implements a C11 Unbounded Non-Intrusive Lockless Single Consumer Multiple Producer Thread-Safe FIFO Queue.☆20Updated 10 years ago
- Lock-free ring buffer (MPSC)☆475Updated 6 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 2 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- High performance C implementation of AVL trees☆104Updated 6 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- A generic C memory pool☆101Updated 9 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- Lightweight event loop library for Linux epoll() family APIs☆246Updated 9 months ago
- A simple C hash table (open addressing and rehashing) for embedding into projects☆59Updated 6 years ago
- Minimal HTTP processing library☆154Updated 6 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆69Updated 5 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆95Updated 5 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆30Updated 7 years ago
- Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues☆448Updated 3 months ago
- Concurrent trie-hash map library☆94Updated 2 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆45Updated 10 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago