Found 122 repositories(showing 30)
cameron314
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
ShaoHans
C#多线程编程实战 C# Multithreaded Programming Example
ikiller1
No description available
YounesCheikh
Using System.Collections.Concurrent.ConcurrentQueue with notifications
bhhbazinga
ConcurrentQueue implemented in c++, the algorithms involved are also used in Java ConcurrentLinkedQueue (Java Platform SE 8 ).
HowProgrammingWorks
Asynchronous Concurrent Queue with Priority and Factor
def-a-name
c++ log library based on spdlog and concurrentqueue
Barath-Kannan
Concurrent queue variants
irrustible
A pairing of a ConcurrentQueue and an AtomicWaker
matt-bentley
A variety of C# Concurrent Producer Consumer Queue Implementations
g-un--
Actor which executes a Func<TState, T, CancellationToken, Task<TState>> for each message from a ConcurrentQueue<T>, accumulating an internal state.
HowProgrammingWorks
ConcurrentQueue, throttling, etc.
QuantFabric
第三方库,包括SPDLog日志库、HPSocket通信框架、YAML-CPP解析库、CTP柜台API、REM柜台API、YD柜台API、ConcurrentQueue并发队列、OES柜台API。
silver-birch-wawa
Two Lock Queue、Lock-Free Queue(With Optimize and without)based on golang.
capitosteX
Just an example of using concurrent queue on C#
jfcameron
task-based concurrency abstraction built around the lockless mpmc queue moodycamel::ConcurrentQueue
Antares0982
A lock-free thread pool based on bshoshany/thread-pool and cameron314/concurrentqueue
shines77
This is a base ringbuffer concurrent queue test routine.
mchudinov
ObservableConcurrentQueue based on ConcurrentQueue
BrandonHilde
Demonstrates multi-threaded ConcurrentQueue implementation
selalipop
cameron314/concurrentqueue simplified for ESP-32 usage
Unity Backgroud Tasks Processor using Unitask and ConcurrentQueue
geopoulos
No description available
xpngzhng
No description available
pavanmca17
No description available
vgafx
A C++ implementation of a concurrent queue. Used for a producer / consumer concurrency model
mshuaic
The circular array based concurrent total queue
lowsfer
A C++ thread-safe queue that can be used in producer-consumer pattern, and a thread pool based on it.
JuliaRoser
concurrentqueue:高性能无锁队列,单头文件,适合学习并发编程,readerwriterqueue:单生产者单消费者无锁队列,仅1200行代码,更易理解
benoit-bst
ConcurrentQueue class is a thread safe queue (C++11)