DNedic / lockfreeLinks
A collection of lock-free data structures written in standard C++11
☆949Updated 11 months ago
Alternatives and similar repositories for lockfree
Users that are interested in lockfree are comparing it to the libraries listed below
Sorting:
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,141Updated 2 years ago
- C++14 lock-free queue.☆1,798Updated 2 weeks ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,458Updated last year
- Expressive Vector Engine - SIMD in C++ Goes Brrrr☆1,282Updated this week
- A C++ library providing various concurrent data structures and reclamation schemes.☆629Updated 5 months ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆798Updated 3 weeks ago
- A high performance C++ log library, producing structured binary logs☆763Updated last week
- [Start here!] Flow-IPC - Modern C++ toolkit for high-speed inter-process communication (IPC)☆454Updated 9 months ago
- C++ template library for high performance SIMD based sorting algorithms☆992Updated 3 months ago
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,651Updated last year
- C++ parsing DSL☆1,217Updated 2 months ago
- C++ Fixed Containers☆434Updated 2 months ago
- A C++20 library for sequence-orientated programming☆710Updated 2 months ago
- match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs.☆633Updated last week
- P1031 low level file i/o and filesystem library for the C++ standard☆1,011Updated 3 weeks ago
- C++20 coroutine library☆898Updated 2 weeks ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆226Updated 2 years ago
- An easy-to-use and fast library for task-based parallelism, utilizing coroutines.☆332Updated last year
- Reference implementation of Dragonbox in C++☆790Updated 3 months ago
- Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, MySQL, Chro…☆1,963Updated last week
- Fast and memory efficient c++ flat hash table/map/set☆669Updated last week
- A lightweight C++20 serialization and RPC library☆903Updated 4 months ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆114Updated last year
- A collection of resources on wait-free and lock-free programming☆1,999Updated last year
- C++ Tip Of The Week☆1,656Updated 7 months ago
- Lightweight structured concurrency for C++20☆157Updated 3 weeks ago
- C++11 thread-safe container for sharing data between threads (synchronized queue)☆572Updated 5 months ago
- A modern, fast, lightweight thread pool library based on C++2x☆549Updated last week
- Slides and other materials from CppCon 2022☆559Updated 4 months ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆281Updated 2 weeks ago