disruptor 3.3.7-1 source package in Ubuntu

Changelog

disruptor (3.3.7-1) unstable; urgency=medium

  * New upstream version 3.3.7
  * Update debian/watch and debian/copyright to use Files-Excluded for
    repack of upstream tarball.  Remove debian/orig-tar.sh.
  * Bump Standards-Version to 4.1.1
  * Use DH 10.

 -- tony mancill <email address hidden>  Sun, 15 Oct 2017 12:34:01 -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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
disruptor_3.3.7-1.dsc 2.0 KiB 8a5bfa030adfed7db64803a9e72bb0f397258e50f6c52a7276e1181b5780875e
disruptor_3.3.7.orig.tar.xz 151.9 KiB 909817e57d05e0344855e4ed72e72d93d6f8be31058eeb9e9608a694af647186
disruptor_3.3.7-1.debian.tar.xz 3.8 KiB e462568f0076f918a232301b16935318b7a7546a4407ce8833385571d2cb0063

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.