concurrent-data-structure topic
RECIPE
RECIPE : high-performance, concurrent indexes for persistent memory (SOSP 2019)
ringbuf
Lock-free SPSC FIFO ring buffer with direct access to inner data
ConcurrentDeque
Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17
hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
zio-cache
A ZIO native cache with a simple and compositional interface
ConcurrentHashSet
A ConcurrentHashSet implementation
concurrent-resource
A header-only C++ library that allows easily creating thread-safe, concurrency friendly resources.
Web-Crawler
A multithreaded web crawler using two mechanism - single lock and thread safe data structures
ConcurrentSkipList
A light, high-performance, concurrent, thread-safe skip list implementation written in Golang.
java-multithread
Códigos feitos para o curso de Multithreading com Java, no canal RinaldoDev do YouTube.