lock-free
There are 345 repositories under lock-free topic.
spacejam/sled
the champagne of beta embedded databases
crossbeam-rs/crossbeam
Tools for concurrent programming in Rust
khizmax/libcds
A C++ library of Concurrent Data Structures
exchange-core/exchange-core
Ultra-fast matching engine written in Java based on LMAX Disruptor, Eclipse Collections, Real Logic Agrona, OpenHFT, LZ4 Java, and Adaptive Radix Trees.
jonhoo/left-right
A lock-free, read-optimized, concurrency primitive.
rigtorp/awesome-lockfree
A collection of resources on wait-free and lock-free programming
cornelk/hashmap
A Golang lock-free thread-safe HashMap optimized for fastest read access.
max0x7ba/atomic_queue
C++14 lock-free queue.
ucbrise/confluo
Real-time Monitoring and Analysis of Data Streams
stong/how-to-exploit-a-double-free
How to exploit a double free vulnerability in 2021. Use After Free for Dummies
spacejam/tla-rust
writing correct lock-free and distributed stateful systems in Rust, assisted by TLA+
alphadose/haxmap
Fastest and most memory efficient golang concurrent hashmap
rigtorp/SPSCQueue
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
P-p-H-d/mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
belozierov/SwiftCoroutine
Swift coroutines for iOS, macOS and Linux.
owent/libcopp
cross-platform coroutine library in c++
laruence/yac
A fast, lock-free, shared memory user data cache for PHP
DNedic/lockfree
A collection of lock-free data structures written in standard C++11
jonhoo/bus
Efficient, lock-free, bounded Rust broadcast channel
eduard-permyakov/peredvizhnikov-engine
A fully lock-free game engine written in C++20
caplogic/Mappedbus
Mappedbus is a low latency message bus for Java microservices utilizing shared memory. http://mappedbus.io
alphadose/ZenQ
A thread-safe queue faster and more resource efficient than golang's native channels
ConorWilliams/libfork
A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines
AlexeyAB/object_threadsafe
We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads
mpoeter/xenium
A C++ library providing various concurrent data structures and reclamation schemes.
VSadov/NonBlocking
Implementation of a lock-free dictionary on .Net.
wangziqi2013/BwTree
An open sourced implementation of Bw-Tree in SQL Server Hekaton
rmind/ringbuf
Lock-free ring buffer (MPSC)
jnk0le/Ring-Buffer
simple C++11 ring buffer implementation, allocated and evaluated at compile time
line/garr
Collection of high performance, thread-safe, lock-free go data structures
hawkw/sharded-slab
a lock-free concurrent slab (experimental)
vertexclique/nuclei
Proactive IO & Runtime system
Cassy343/flashmap
A lock-free, partially wait-free, eventually consistent, concurrent hashmap.
dadhi/ImTools
Fast and memory-efficient immutable collections and helper data structures