spsc-queue topic

List spsc-queue repositories

SPSCQueue

853
Stars
126
Forks
Watchers

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

ZenQ

637
Stars
17
Forks
Watchers

A thread-safe queue faster and more resource efficient than golang's native channels

UnsafeCollections

45
Stars
4
Forks
Watchers

Various collections which are completely unmanaged by the GC

portable-lib

39
Stars
13
Forks
Watchers

Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random

spsc_queue

36
Stars
5
Forks
Watchers

A fast, concurrent, bounded, single producer, single consumer queue