wait-free topic

List wait-free repositories

Ring-Buffer

357
Stars
60
Forks
Watchers

simple C++11 ring buffer implementation, allocated and evaluated at compile time

awesome-lockfree

1.7k
Stars
163
Forks
Watchers

A collection of resources on wait-free and lock-free programming

NonBlocking

446
Stars
32
Forks
Watchers

Implementation of a lock-free dictionary on .Net.

mulle-concurrent

104
Stars
11
Forks
Watchers

📶 A lock- and wait-free hashtable (and an array too)

OneFile

165
Stars
20
Forks
Watchers

The world's first wait-free Software Transactional Memory

lfqueue

131
Stars
28
Forks
Watchers

Minimize lock-free queue ever!

libfork

508
Stars
20
Forks
Watchers

A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines

lfqueue

134
Stars
19
Forks
Watchers

lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!