rigtorp / awesome-lockfreeLinks
A collection of resources on wait-free and lock-free programming
☆1,930Updated 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 C++ library of Concurrent Data Structures☆2,667Updated last year
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,343Updated last year
- Concurrent data structures in C++☆1,433Updated 4 years ago
- A high-performance, concurrent hash table☆1,695Updated 4 months ago
- C++14 lock-free queue.☆1,707Updated 2 weeks ago
- A hybrid thread / fiber task scheduler written in C++ 11☆1,961Updated 5 months ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,036Updated last year
- Unified Executors☆1,620Updated 5 months ago
- Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the …☆2,529Updated last month
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,168Updated 4 months ago
- A library of C++ coroutine abstractions for the coroutines TS☆3,659Updated last year
- C++ implementation of a fast and memory efficient HAT-trie☆829Updated 10 months 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,550Updated 2 months ago
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,577Updated 2 years ago
- A curated list of awesome C/C++ performance optimization resources: talks, articles, books, libraries, tools, sites, blogs. Inspired by a…☆2,462Updated 2 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆601Updated last week
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,631Updated 3 months ago
- Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.