wszystkie opcje
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Pakiet źródłowy: jctools  ]

Pakiet: libjctools-java (2.0.2-1)

Odnośniki dla libjctools-java

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego jctools:

Opiekunowie:

Zasoby zewnętrzne:

Podobne pakiety:

Java Concurrency Tools for the JVM

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

Pobieranie libjctools-java

Pobierz dla wszystkich dostępnych architektur
Architektura Rozmiar pakietu Rozmiar po instalacji Pliki
all 183,3 KiB234,0 KiB [lista plików]