concurrent-data-structure topic

List concurrent-data-structure repositories

RECIPE

194
Stars
44
Forks
Watchers

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

ringbuf

273
Stars
27
Forks
Watchers

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

ConcurrentDeque

139
Stars
7
Forks
Watchers

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

hatrack

78
Stars
8
Forks
Watchers

Fast, multi-reader, multi-writer, lockless data structures for parallel programming

zio-cache

84
Stars
35
Forks
Watchers

A ZIO native cache with a simple and compositional interface

ConcurrentHashSet

119
Stars
10
Forks
Watchers

A ConcurrentHashSet implementation

concurrent-resource

19
Stars
3
Forks
Watchers

A header-only C++ library that allows easily creating thread-safe, concurrency friendly resources.

Web-Crawler

27
Stars
14
Forks
Watchers

A multithreaded web crawler using two mechanism - single lock and thread safe data structures

ConcurrentSkipList

19
Stars
8
Forks
Watchers

A light, high-performance, concurrent, thread-safe skip list implementation written in Golang.

java-multithread

32
Stars
15
Forks
Watchers

Códigos feitos para o curso de Multithreading com Java, no canal RinaldoDev do YouTube.