Taymindis / lfqueueLinks
lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
☆145Updated 4 years ago
Alternatives and similar repositories for lfqueue
Users that are interested in lfqueue are comparing it to the libraries listed below
Sorting:
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- Lock-free ring buffer (MPSC)☆464Updated 5 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆183Updated 5 years ago
- A circular buffer alternative written in C under a BSD license☆140Updated 6 years ago
- Header-only C++ logging library☆140Updated 6 months ago
- simple C++11 ring buffer implementation, allocated and evaluated at compile time☆419Updated last year
- A generic C memory pool☆100Updated 8 years ago
- A tiny C library for generating uuid4 strings☆237Updated 2 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 4 years ago
- A public domain lock free queues implemented in C++11☆181Updated 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☆444Updated 11 months ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 5 years ago
- libuv thread communication☆58Updated 2 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆29Updated 6 years ago
- LMAX's disruptor pattern implemented in C☆96Updated this week
- Debug Malloc memory allocation debugging C library☆168Updated 2 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- Lock-free implementation of the token bucket algorithm in C++☆59Updated 2 years ago
- A concurrent thread-safe hash map implemented in C++☆144Updated 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/ …☆42Updated 10 years ago
- C library of key-value data structures.☆295Updated 5 years ago
- High performance AVL tree container C implementation☆56Updated 5 years ago
- A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.☆261Updated 4 years ago
- ☆84Updated last year
- Streaming websocket frame parser and frame builder for c☆68Updated 6 years ago
- Http multipart parser implemented in C☆239Updated 2 years ago
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- An implementation of Seqlock in C++11☆219Updated last year