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:
- Minimize lock-free queue ever!☆132Updated 6 years ago
- Lock-free ring buffer (MPSC)☆462Updated 5 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 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
- 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
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 4 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 4 years ago
- Lock-free implementation of the token bucket algorithm in C++☆57Updated 2 years ago
- High performance AVL tree container C implementation☆55Updated 5 years ago
- Our open source benchmarks and code samples☆192Updated 2 weeks ago
- Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues☆439Updated 9 months ago
- simple C++11 ring buffer implementation, allocated and evaluated at compile time☆418Updated last year
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 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
- timer.c: Tickless hierarchical timing wheel☆231Updated last year
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆308Updated 10 months ago
- A tiny C library for generating uuid4 strings☆237Updated last year
- An efficient single publisher multiple subscriber message queue for Linux IPC☆59Updated 4 years ago
- Streaming websocket frame parser and frame builder for c☆67Updated 6 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 2 weeks ago
- A generic C memory pool☆100Updated 8 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆74Updated 10 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 9 months ago
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 3 years ago