disruptor 3.4.2-2 source package in Ubuntu

Changelog

disruptor (3.4.2-2) unstable; urgency=medium

  * Team upload.
  * Declare compliance with Debian Policy 4.2.1.
  * Use source/target 1.7 explicitly. (Closes: #906347)

 -- Markus Koschany <email address hidden>  Tue, 28 Aug 2018 15:55:41 +0200

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
Focal release universe misc

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
disruptor_3.4.2-2.dsc 2.1 KiB 93a146ea65159eea1ef98c89971a9cb98ef217593e9aeffce90cfb659a2a6113
disruptor_3.4.2.orig.tar.xz 150.7 KiB 9d743729c3efc0607b8f498ae2dfd0c44a3dc3877412fa87acfab3763751d2b2
disruptor_3.4.2-2.debian.tar.xz 4.1 KiB d4ceb9ac4e7abdfd47a0b7edd2527b8978b152cd411efeb43154746f35d9b84b

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.