A collection of resources on wait-free and lock-free programming
☆2,014Feb 25, 2024Updated 2 years ago
Alternatives and similar repositories for awesome-lockfree
Users that are interested in awesome-lockfree are comparing it to the libraries listed below
Sorting:
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,478Mar 8, 2024Updated last year
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,172Jan 4, 2024Updated 2 years ago
- A C++ library of Concurrent Data Structures☆2,730Oct 17, 2023Updated 2 years ago
- Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the …☆2,608Updated this week
- C++14 lock-free queue.☆1,818Feb 17, 2026Updated 2 weeks ago
- An implementation of Seqlock in C++11☆236Jul 29, 2024Updated last year
- A fast multi-producer, multi-consumer lock-free concurrent queue for C++11☆12,087Feb 14, 2026Updated 2 weeks ago
- A categorized list of C++ resources.☆5,215Updated this week
- A fast single-producer, single-consumer lock-free queue for C++☆4,499Jun 25, 2025Updated 8 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆636Aug 7, 2025Updated 7 months ago
- A collection of resources on modern C++☆12,904Aug 20, 2024Updated last year
- mimalloc is a compact general purpose allocator with excellent performance.☆12,547Feb 6, 2026Updated last month
- An open-source C++ library developed and used at Facebook.☆30,275Updated this week
- Abseil Common Libraries (C++)☆17,078Updated this week
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C☆2,408Oct 26, 2025Updated 4 months ago
- Concurrent data structures in C++☆1,448Oct 1, 2020Updated 5 years ago
- A hybrid thread / fiber task scheduler written in C++ 11☆1,993Feb 22, 2025Updated last year
- High performance server-side application framework☆9,141Feb 25, 2026Updated last week
- A family of header-only, very fast and memory-friendly hashmap and btree containers.☆3,152Dec 6, 2025Updated 3 months ago
- C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.☆2,162Feb 19, 2026Updated 2 weeks ago
- A General-purpose Task-parallel Programming System using Modern C++☆11,755Updated this week
- A library of C++ coroutine abstractions for the coroutines TS☆3,824Jan 9, 2024Updated 2 years ago
- oneAPI Threading Building Blocks (oneTBB)☆6,572Updated this week
- Unified Executors☆1,685Updated this week
- Lock-free ring buffer (MPSC)☆476Dec 16, 2019Updated 6 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆213Sep 25, 2023Updated 2 years ago
- A curated list of awesome C/C++ performance optimization resources: talks, articles, books, libraries, tools, sites, blogs. Inspired by a…☆2,524Sep 22, 2022Updated 3 years ago
- A high-performance, concurrent hash table☆1,733Mar 31, 2025Updated 11 months ago
- A collection of lock-free data structures written in standard C++11☆955Feb 23, 2026Updated last week
- A highly optimized single producer single consumer message queue C++ template☆285Aug 22, 2022Updated 3 years ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,596May 29, 2025Updated 9 months ago
- Library providing helpers for the Linux kernel io_uring support☆3,562Updated this week
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,740May 1, 2025Updated 10 months ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆120Nov 4, 2018Updated 7 years ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,182Feb 15, 2026Updated 2 weeks ago
- Message passing based allocator☆1,785Feb 26, 2026Updated last week
- Cross-platform C++11 header-only library for memory mapped file IO☆1,915Feb 11, 2024Updated 2 years ago
- A modern formatting library☆23,304Updated this week
- Go-style concurrency in C++11☆3,310Jul 3, 2023Updated 2 years ago