ZIO — A type-safe, composable library for async and concurrent programming in Scala
翻译 - ZIO —一种类型安全的可组合库,用于Scala中的异步和并发编程
Blazing fast concurrent HashMap for Rust.
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
the fastest in-memory index in the East 东半球最快并发索引
High-performance containers and utilities for concurrent and asynchronous programming
Lock-free SPSC FIFO ring buffer with direct access to inner data
skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.
RECIPE : high-performance, concurrent indexes for persistent memory (SOSP 2019)
Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17
A ConcurrentHashSet implementation
📶 A lock- and wait-free hashtable (and an array too)
The seq library is a collection of original C++14 STL-like containers and related tools
A ZIO native cache with a simple and compositional interface
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
A SIMD-accelerated concurrent hash table.
BEAM friendly spinlocks for Elixir/Erlang
A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right - A Concurrency Control Technique with Wait-Free Population Ob...
Generic concurrent lock-free map for Golang