libjctools-java
Java Concurrency Tools for the JVM
Description
JCTools offers some concurrent data structures currently missing from the JDK: * SPSC/MPSC/SPMC/MPMC variations for concurrent queues:
* SPSC - Single Producer Single Consumer (Wait Free, bounded and unbounded)
* MPSC - Multi Producer Single Consumer (Lock less, bounded and unbounded)
* SPMC - Single Producer Multi Consumer (Lock less, bounded)
* MPMC - Multi Producer Multi Consumer (Lock less, bounded)
* An expanded queue interface (MessagePassingQueue):
* relaxedOffer/Peek/Poll: trade off conflated guarantee on full/empty queue
state with improved performance.
* drain/fill: batch read and write methods for increased throughput
and reduced contention
Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
http://jctools.github.io/JCTools/
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install libjctools-java