rigtorp / awesome-lockfreeView external linksLinks
A collection of resources on wait-free and lock-free programming
☆2,011Feb 25, 2024Updated last year
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,475Mar 8, 2024Updated last year
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,164Jan 4, 2024Updated 2 years ago
- A C++ library of Concurrent Data Structures☆2,729Oct 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,607Updated this week
- C++14 lock-free queue.☆1,814Jan 31, 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,049Updated this week
- A categorized list of C++ resources.☆5,206Updated this week
- A fast single-producer, single-consumer lock-free queue for C++☆4,482Jun 25, 2025Updated 7 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆634Aug 7, 2025Updated 6 months ago
- A collection of resources on modern C++☆12,865Aug 20, 2024Updated last year
- mimalloc is a compact general purpose allocator with excellent performance.☆12,469Feb 6, 2026Updated last week
- An open-source C++ library developed and used at Facebook.☆30,249Feb 7, 2026Updated last week
- Abseil Common Libraries (C++)☆17,031Updated this week
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C☆2,402Oct 26, 2025Updated 3 months ago
- Concurrent data structures in C++☆1,447Oct 1, 2020Updated 5 years ago
- A hybrid thread / fiber task scheduler written in C++ 11☆1,992Feb 22, 2025Updated 11 months ago
- High performance server-side application framework☆9,122Updated this week
- A family of header-only, very fast and memory-friendly hashmap and btree containers.☆3,146Dec 6, 2025Updated 2 months ago
- C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.☆2,153Feb 2, 2026Updated last week
- A General-purpose Task-parallel Programming System using Modern C++☆11,703Feb 3, 2026Updated last week
- A library of C++ coroutine abstractions for the coroutines TS☆3,814Jan 9, 2024Updated 2 years ago
- oneAPI Threading Building Blocks (oneTBB)☆6,547Feb 6, 2026Updated last week
- Unified Executors☆1,683Feb 6, 2026Updated last week
- Lock-free ring buffer (MPSC)☆475Dec 16, 2019Updated 6 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆214Sep 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,518Sep 22, 2022Updated 3 years ago
- A high-performance, concurrent hash table☆1,732Mar 31, 2025Updated 10 months ago
- A collection of lock-free data structures written in standard C++11☆954Jan 19, 2025Updated last year
- A highly optimized single producer single consumer message queue C++ template☆284Aug 22, 2022Updated 3 years ago
- Library providing helpers for the Linux kernel io_uring support☆3,548Updated this week
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,592May 29, 2025Updated 8 months ago
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,739May 1, 2025Updated 9 months ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Nov 4, 2018Updated 7 years ago
- Message passing based allocator☆1,778Feb 6, 2026Updated last week
- Cross-platform C++11 header-only library for memory mapped file IO☆1,914Feb 11, 2024Updated 2 years ago
- A modern formatting library☆23,254Updated this week
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,173Dec 13, 2025Updated 2 months ago
- Go-style concurrency in C++11☆3,311Jul 3, 2023Updated 2 years ago