702 skills found · Page 1 of 24
cameron314 / ConcurrentqueueA fast multi-producer, multi-consumer lock-free concurrent queue for C++11
spacejam / Sledthe champagne of beta embedded databases
crossbeam-rs / CrossbeamTools for concurrent programming in Rust
cameron314 / ReaderwriterqueueA fast single-producer, single-consumer lock-free queue for C++
JCTools / JCToolsNo description available
sourcegraph / CheckupDistributed, lock-free, self-hosted health checks and status pages
khizmax / LibcdsA C++ library of Concurrent Data Structures
concurrencykit / CkConcurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
exchange-core / Exchange CoreUltra-fast matching engine written in Java based on LMAX Disruptor, Eclipse Collections, Real Logic Agrona, OpenHFT, LZ4 Java, and Adaptive Radix Trees.
mjansson / RpmallocPublic domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
jonhoo / Left RightA lock-free, read-optimized, concurrency primitive.
rigtorp / Awesome LockfreeA collection of resources on wait-free and lock-free programming
cornelk / HashmapA Golang lock-free thread-safe HashMap optimized for fastest read access.
max0x7ba / Atomic QueueC++14 lock-free queue.
ucbrise / ConfluoReal-time Monitoring and Analysis of Data Streams
stong / How To Exploit A Double FreeHow to exploit a double free vulnerability in 2021. Use After Free for Dummies
iohao / IoGameA lock-free, asynchronous, event-driven Java Netty framework for building high-performance network applications. Lightweight and dependency-free, it supports distributed, decentralized clusters without requiring external middleware or databases—ideal for game servers, IoT, and long-lived connection systems.
rigtorp / SPSCQueueA bounded single-producer single-consumer wait-free and lock-free queue written in C++11
P-p-H-d / MlibM*LIB is a library of generic and type safe containers / data structures in pure C language (C99 / C11) for a wide collection of container (comparable to the C++ STL).
spacejam / Tla Rustwriting correct lock-free and distributed stateful systems in Rust, assisted by TLA+