How to Install libopenhft-chronicle-bytes-java in Ubuntu 18.04



Install libopenhft-chronicle-bytes-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libopenhft-chronicle-bytes-java

Description:

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.

Homepage: https://github.com/OpenHFT/Chronicle-Bytes

Version: 1.1.15-1

Section: universe/java