libjavaewah-java 0.7.9-1~18.04.1 source package in Ubuntu

Changelog

libjavaewah-java (0.7.9-1~18.04.1) bionic; urgency=medium

  * Backport for OpenJDK 11. LP: #1814133.
  * Build using debhelper compat v11.

libjavaewah-java (0.7.9-1) unstable; urgency=medium

  * Team upload.

  [ Markus Koschany ]
  * New upstream version 0.7.9.
  * Use https for Format field.
  * Use compat level 12.
  * Declare compliance with Debian Policy 4.3.0.
  * Use canonical VCS URI.
  * Remove maven.cleanIgnoreRules and maven.publishedRules.
  * Remove dh_install override.
  * Remove debian/gbp.conf. xz compression is the default now.

  [ Emmanuel Bourg ]
  * Removed the unused build dependency on libmaven-install-plugin-java

 -- Matthias Klose <email address hidden>  Fri, 01 Mar 2019 12:58:51 +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
libjavaewah-java_0.7.9.orig.tar.gz 76.5 KiB 8cf9eaa73397d8a0f238d2b19d6a6df258fa30eea589d60034b5cbf2bc5105a4
libjavaewah-java_0.7.9-1~18.04.1.debian.tar.xz 3.0 KiB 0b0af7591ca7ceae782209fc7115fa7fda2e08c84626dcdfe4368c66fba3ce66
libjavaewah-java_0.7.9-1~18.04.1.dsc 2.2 KiB 4a31b6a2daaab7e43d2e4f791bc8526a0e9cf4859146d6b23870ef71ae15542b

Available diffs

View changes file

Binary packages built by this source

libjavaewah-java: Compressed variant of the Java bitset class

 The bit array data structure is implemented in Java as the BitSet class.
 Unfortunately, this fails to scale without compression.
 .
 JavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses
 a 64-bit run-length encoding (RLE) compression scheme. It trades-off some
 compression for better processing speed. It also has a 32-bit version which
 compresses better, but is not as fast.
 .
 In general, the goal of word-aligned compression is not to achieve the best
 compression, but rather to improve query processing time. Hence, the class
 tries to save CPU cycles, maybe at the expense of storage. However, the EWAH
 scheme implemented is always more efficient storage-wise than an uncompressed
 bitmap as implemented in the BitSet class). Unlike some alternatives, javaewah
 does not rely on a patented scheme.

libjavaewah-java-doc: No summary available for libjavaewah-java-doc in ubuntu cosmic.

No description available for libjavaewah-java-doc in ubuntu cosmic.