Repository navigation

#

concurrent-data-structure

A high performance concurrent caching library for Rust

Rust
1883
1 个月前

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

C++
978
1 年前

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

C
472
4 年前

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

Rust
414
1 个月前

High-performance containers and utilities for concurrent and asynchronous programming

Rust
405
2 个月前

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

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

C++
197
6 个月前

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

C++
145
4 年前

A ConcurrentHashSet implementation

C#
132
3 年前

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

C++
88
7 个月前

A SIMD-accelerated concurrent hash table.

Common Lisp
63
2 年前

BEAM friendly spinlocks for Elixir/Erlang

Erlang
60
1 年前

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 Oblivious Reads>

Go
45
2 年前

Generic concurrent lock-free map for Golang

Go
44
8 个月前