19 results found Sort:

1.3k
4.0k
apache-2.0
112
ZIO — A type-safe, composable library for async and concurrent programming in Scala
Created 2018-05-19
7,613 commits to series/2.x branch, last one 15 hours ago
141
2.8k
mit
29
Blazing fast concurrent HashMap for Rust.
Created 2019-12-06
452 commits to master branch, last one 9 months ago
127
858
mit
30
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
Created 2016-03-29
58 commits to master branch, last one 8 months ago
69
455
bsd-3-clause
16
the fastest in-memory index in the East 东半球最快并发索引
Created 2018-08-19
279 commits to master branch, last one 3 years ago
Plsql Database数据库
Created 2019-01-08
278 commits to master branch, last one 2 years ago
27
274
apache-2.0
6
Lock-free SPSC FIFO ring buffer with direct access to inner data
Created 2019-01-09
379 commits to master branch, last one about a month ago
High performance containers and utilities for concurrent and asynchronous programming
Created 2020-10-27
896 commits to main branch, last one 14 hours ago
skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.
Created 2020-02-11
72 commits to master branch, last one about a year ago
44
195
apache-2.0
10
RECIPE : high-performance, concurrent indexes for persistent memory (SOSP 2019)
Created 2019-08-13
197 commits to master branch, last one 9 months ago
Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17
Created 2021-03-11
14 commits to main branch, last one 2 years ago
A ConcurrentHashSet implementation
Created 2016-06-11
52 commits to main branch, last one 2 years ago
📶 A lock- and wait-free hashtable (and an array too)
Created 2016-10-19
145 commits to release branch, last one 4 months ago
35
84
apache-2.0
10
A ZIO native cache with a simple and compositional interface
Created 2020-08-07
89 commits to series/2.x branch, last one 7 months ago
The seq library is a collection of original C++14 STL-like containers and related tools
Created 2022-08-31
126 commits to main branch, last one 5 months ago
8
78
other
5
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Created 2022-01-13
268 commits to main branch, last one 4 months ago
A SIMD-accelerated concurrent hash table.
Created 2021-03-05
50 commits to master branch, last one 2 years ago
BEAM friendly spinlocks for Elixir/Erlang
Created 2019-01-29
28 commits to main branch, last one 17 days ago
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...
Created 2021-08-12
30 commits to master branch, last one about a year ago
Ordered-concurrently a library for concurrent processing with ordered output in Go. Process work concurrently and returns output in a channel in the order of input. It is useful in concurrently proces...
Created 2021-02-28
80 commits to master branch, last one about a year ago