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:
- Lock-free ring buffer (MPSC)☆464Updated 5 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆228Updated 3 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years ago
- libuv thread communication☆58Updated 2 years ago
- A tiny C library for generating uuid4 strings☆240Updated 2 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆91Updated 5 years ago
- Debug Malloc memory allocation debugging C library☆169Updated 2 years ago
- A generic C memory pool☆100Updated 8 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 last year
- simple C++11 ring buffer implementation, allocated and evaluated at compile time☆427Updated last year
- Header-only C++ logging library☆142Updated 7 months ago
- A circular buffer alternative written in C under a BSD license☆140Updated 6 years ago
- Lightweight event loop library for Linux epoll() family APIs☆243Updated 4 months ago
- Simple C library for parsing URLs with zero-copy and no mallocs.☆140Updated 3 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- C library of key-value data structures.☆295Updated 5 years ago
- examples of using OpenSSL☆117Updated last year
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆30Updated 6 years ago
- Parent of *-lite repositories, a migration path to post-C++11 features for pre-C++11 environments☆87Updated 4 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
- ☆85Updated last year
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- MurmurHash3 general hash bashed lookup function implementation☆88Updated 8 months ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆179Updated 12 years ago
- Http multipart parser implemented in C☆239Updated 2 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆29Updated 4 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago