libjavaewah-java 0.6.12-2 source package in Ubuntu
Changelog
libjavaewah-java (0.6.12-2) unstable; urgency=medium * Add missing build-dep on junit4 (Closes: #866546) * Bump Standards-Version to 4.0.0 * Add myself to Uploaders * Use debhelper and compat level 10 * Update debian/watch * Update Homepage: in debian/control -- tony mancill <email address hidden> Thu, 29 Jun 2017 21:38:56 -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 | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libjavaewah-java_0.6.12-2.dsc | 2.3 KiB | 255594a429d85f520c425d7015b786732ed0e537d806d93e24d756f5f54caaf8 |
libjavaewah-java_0.6.12.orig.tar.xz | 29.6 KiB | 3c82e8ff2789e5211943e952ce4ee8be18ada8dbce1b77f9cd1a896153dcfb4b |
libjavaewah-java_0.6.12-2.debian.tar.xz | 2.9 KiB | 98c552b92f50d5819ab809bdc67e5f8aabb24e44bbced92255ac1bd477a9cdb2 |
Available diffs
- diff from 0.6.12-1 to 0.6.12-2 (911 bytes)
No changes file available.
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 disco.
No description available for libjavaewah-
java-doc in ubuntu disco.