openhft-chronicle-bytes 1.1.15-2~18.04 source package in Ubuntu

Changelog

openhft-chronicle-bytes (1.1.15-2~18.04) bionic; urgency=medium

  * Backport for OpenJDK 11. LP: #1814133.

openhft-chronicle-bytes (1.1.15-2) unstable; urgency=medium

  * Fix Java 9 compatibility.
  * Ignore test failures (Closes: #921291).

 -- Matthias Klose <email address hidden>  Fri, 01 Mar 2019 12:50:41 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe misc
Bionic security universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
openhft-chronicle-bytes_1.1.15.orig.tar.xz 51.1 KiB 5745b0f1e88bd7eb0ea33fab469acd57063ed484155bb8770e5c4017df82bb3e
openhft-chronicle-bytes_1.1.15-2~18.04.debian.tar.xz 4.5 KiB cc4b25cdec7d36fbd058897e801a3224f7860b7fafaf1094f42f3b5a51197965
openhft-chronicle-bytes_1.1.15-2~18.04.dsc 2.3 KiB 09a491c6fa9a2602e13511a44b1d96be3d1371d407654559d655f7a273f3a98d

View changes file

Binary packages built by this source

libopenhft-chronicle-bytes-java: OpenHFT byte buffer library

 Chronicle Bytes has a similar purpose to Java NIO's ByteBuffer with some
 extensions. It's build on Chronicle Core's direct memory and OS system
 call access and contains all the low level memory access wrappers.
 The API supports:
  * 64-bit sizes
  * UTF-8 and ISO-8859-1 encoded strings.
  * thread safe off heap memory operations.
  * deterministic release of resources via reference counting.
  * compressed data types such as stop bit encoding.
  * elastic ByteBuffer wrappers which resize as required.
  * parsing text and writing text directly to off heap bytes.