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 7 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆228Updated 3 years ago
- Lock-free ring buffer (MPSC)☆465Updated 5 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆93Updated 5 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- A circular buffer alternative written in C under a BSD license☆140Updated 6 years ago
- ☆85Updated 2 years ago
- C library of key-value data structures.☆295Updated 5 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆29Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- A hierarchical timer wheel, for implementing timed event queues☆212Updated last year
- Lock-free implementation of the token bucket algorithm in C++☆60Updated 2 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues☆445Updated 3 weeks ago
- Simple C library for parsing URLs with zero-copy and no mallocs.☆140Updated 3 years ago
- Header-only C++ logging library☆141Updated 8 months ago
- A tiny C library for generating uuid4 strings☆247Updated 2 years ago
- A disruptor thread-synchronisation data structure for C++11.☆138Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- Boost::ASIO low-level redis client (connector)☆146Updated 2 years ago
- nanomsg rpc with protobuf☆39Updated 11 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆179Updated 12 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 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
- examples of using OpenSSL☆118Updated last year
- An implementation of Seqlock in C++11☆223Updated last year
- libuv thread communication☆59Updated 2 years ago
- MurmurHash3 general hash bashed lookup function implementation☆89Updated 9 months ago