disruptor 3.3.6-1 source package in Ubuntu

Changelog

disruptor (3.3.6-1) unstable; urgency=medium

  * Team upload.
  * New upstream version.
  * Update debian/watch to sort -rc versions before releases.

 -- tony mancill <email address hidden>  Sun, 09 Oct 2016 19:46:29 -0700

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
disruptor_3.3.6-1.dsc 2.0 KiB 33edc1e5d6f7cd81a9bd5a0d9fe5d760af53f6d445691f7ef5d8707d977d6451
disruptor_3.3.6.orig.tar.xz 152.0 KiB 9f49a6e015fa0929f68424abe0222b40540c476a693ec5fca8a8366169ab7001
disruptor_3.3.6-1.debian.tar.xz 3.9 KiB 3c765c92c98a8fb289385c0b7686625e48c02e9f1f4e4440f99b4fba50ec56f9

Available diffs

No changes file available.

Binary packages built by this source

libdisruptor-java: Disruptor - High Performance Inter-Thread Messaging Library for Java

 The disruptor is a high-throughput and low-latency concurrency framework.
 It is designed to maximize the efficiency of memory allocation, and operate
 in a cache-friendly manner so that it will perform optimally on modern
 hardware.
 .
 At the heart of the disruptor mechanism sits a pre-allocated bounded data
 structure in the form of a ring-buffer. Data is added to the ring buffer
 through one or more producers and processed by one or more consumers.