Registry / utility / jctools-core

jctools-core

JSON →
library4.0.6javamavenunverified

Java Concurrency Tools providing non-blocking data structures for concurrent programming.

<dependency> <groupId>org.jctools</groupId> <artifactId>jctools-core</artifactId> <version>4.0.6</version> </dependency>
INSTALL
IMPORT
SIG · JCTOOLS-CORE
J
jctools-core
utilityjavav4.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MpscArrayQueue
org.jctools.queues.MpscArrayQueue

Use MPSC queue for single-consumer pattern

import org.jctools.queues.MpscArrayQueue; MpscArrayQueue<Integer> queue = new MpscArrayQueue<>(1024); queue.offer(1); Integer val = queue.poll();
Debug
Known issues
gotchaJCTools queues are not garbage-free; they allocate internal arrays
fix
Pre-size queues appropriately to avoid resizing overhead
affects: all
Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jctools-core — mvn dependency:get jctools-core · libregistry