ConcurrentModel-List
Concurrent Model List
-
AlgorithmCollection : An Educational parallel Algorithm collection
-
Skynet : Skynet 1M concurrency microbenchmark
Message Queue
- Disruptor: The Disruptor is the result of our research and testing. We found that cache misses at the CPU-level, and locks requiring kernel arbitration are both extremely costly, so we created a framework which has “mechanical sympathy” for the hardware it’s running on, and that’s lock-free.
Actor
- 2019-vlingo-actors : The vlingo/PLATFORM type safe Actor Model toolkit for reactive concurrency and resiliency using Java and other JVM languages.