libjctools-java binary package in Ubuntu Jammy amd64
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 (MessagePassing
* relaxedOffer/
state with improved performance.
* drain/fill: batch read and write methods for increased throughput
and reduced contention
Publishing history
Date | Status | Target | Component | Section | Priority | Phased updates | Version | ||
---|---|---|---|---|---|---|---|---|---|
2021-10-15 11:50:32 UTC | Published | Ubuntu Jammy amd64 | release | universe | java | Optional | 2.0.2-1 | ||
|