DNedic / lockfree
A collection of lock-free data structures written in standard C++11
☆860Updated 2 months ago
Alternatives and similar repositories for lockfree:
Users that are interested in lockfree are comparing it to the libraries listed below
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆970Updated last year
- Expressive Vector Engine - SIMD in C++ Goes Brrrr☆1,165Updated this week
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,263Updated last year
- C++14 lock-free queue.☆1,613Updated last month
- C++ template library for high performance SIMD based sorting algorithms☆923Updated 2 weeks ago
- [Start here!] Flow-IPC - Modern C++ toolkit for high-speed inter-process communication (IPC)☆380Updated 2 weeks ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆673Updated 3 weeks ago
- A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion☆1,037Updated last month
- A C++ library providing various concurrent data structures and reclamation schemes.☆559Updated last month
- Unified Executors☆1,551Updated 3 weeks ago
- C++20 coroutine library☆694Updated 3 weeks ago
- A high performance C++ log library, producing structured binary logs☆670Updated 7 months ago
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,510Updated 5 months ago
- P1031 low level file i/o and filesystem library for the C++ standard☆931Updated last month
- Fast and memory efficient c++ flat hash map/set☆572Updated this week
- match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs.☆594Updated 2 years ago
- `std::execution`, the proposed C++ framework for asynchronous and parallel programming.☆1,800Updated this week
- A lightweight C++20 serialization and RPC library☆829Updated last month
- std::simd for GCC [ISO/IEC TS 19570:2018]☆607Updated 2 years ago
- a header-only, constexpr alternative to gperf for C++14 users☆1,385Updated last week
- Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, Chromium, R…☆1,716Updated this week
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,497Updated 2 weeks ago
- A collection of resources on wait-free and lock-free programming☆1,866Updated last year
- A C++20 library for sequence-orientated programming☆563Updated 2 months ago
- Comprehensive benchmarks of C++ maps☆307Updated last year
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,548Updated last year
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆229Updated this week
- C++ Fixed Containers☆405Updated 2 months ago
- C++ Tip Of The Week☆1,601Updated 4 months ago
- An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability…☆517Updated 2 weeks ago