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!
☆149Updated 5 years ago
Alternatives and similar repositories for lfqueue
Users that are interested in lfqueue are comparing it to the libraries listed below
Sorting:
- Minimize lock-free queue ever!☆134Updated 7 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆233Updated 4 years ago
- Lock-free ring buffer (MPSC)☆475Updated 6 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆189Updated 6 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆29Updated 4 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆95Updated 5 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
- A circular buffer alternative written in C under a BSD license☆142Updated 6 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆94Updated 4 years ago
- libuv thread communication☆60Updated 2 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 6 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆40Updated 4 years ago
- A tiny C library for generating uuid4 strings☆255Updated 2 years ago
- C library of key-value data structures.☆298Updated 5 years ago
- A generic C memory pool☆101Updated 9 years ago
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆153Updated 2 months ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆86Updated 10 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated 2 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- An implementation of Seqlock in C++11☆236Updated last year
- Header-only C++ logging library☆143Updated 3 months ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 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
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆185Updated 12 years ago
- Heap allocation free version of C++11 std::function☆60Updated 4 years ago
- ☆88Updated 2 years ago
- MurmurHash3 general hash bashed lookup function implementation☆91Updated last year
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆30Updated 7 years ago