Repository navigation

#

concurrent-data-structure

A high performance concurrent caching library for Rust

Rust
2067
3 个月前

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

C++
1048
2 年前

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

C
475
5 年前

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

Rust
448
5 天前

High-performance containers and utilities for concurrent and asynchronous programming

Rust
438
5 天前

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
260
2 年前

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

C++
197
10 个月前

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

C++
150
4 年前

A ConcurrentHashSet implementation

C#
138
3 年前

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

C++
90
11 天前

A SIMD-accelerated concurrent hash table.

Common Lisp
63
3 年前

BEAM friendly spinlocks for Elixir/Erlang

Erlang
62
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 年前