Repository navigation

#

concurrent-data-structure

A high performance concurrent caching library for Rust

Rust
2134
7 天前

A bounded single-producer single-consumer wait-free and lock-free queue written in C++11

C++
1076
2 年前

the fastest in-memory index in the East 东半球最快并发索引

C
476
5 年前

Lock-free SPSC FIFO ring buffer with direct access to inner data

Rust
461
2 个月前

A collection of high-performance containers and utilities providing both asynchronous and synchronous interfaces

Rust
453
15 小时前

skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.

Go
262
3 年前

RECIPE : high-performance, concurrent indexes for persistent memory (SOSP 2019)

C++
195
1 年前

Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17

C++
150
4 年前

A ConcurrentHashSet implementation

C#
138
4 年前

The seq library is a collection of original C++17 STL-like containers and related tools

C++
99
1 个月前

A SIMD-accelerated concurrent hash table.

Common Lisp
64
3 年前

BEAM friendly spinlocks for Elixir/Erlang

Erlang
61
1 年前

A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper

Go
47
3 年前