How to Install and Uninstall libjavaewah-java Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libjavaewah-java" package

Please follow the steps below to install libjavaewah-java on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libjavaewah-java

2. Uninstall "libjavaewah-java" package

Please follow the guidelines below to uninstall libjavaewah-java on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libjavaewah-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjavaewah-java package on Ubuntu 21.10 (Impish Indri)

Package: libjavaewah-java
Architecture: all
Version: 1.1.7-1
Priority: optional
Section: universe/java
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 186
Filename: pool/universe/libj/libjavaewah-java/libjavaewah-java_1.1.7-1_all.deb
Size: 151920
MD5sum: a5e531b23876fb4889779fa44f884d54
SHA1: 0a164f3601f3261d643fda63710dd74161e87175
SHA256: ae9de68561979a6480849fba737a6bc9305c690dbc00c90912aed4bb75c36ac1
SHA512: c5ecc50349a3c7b0b843e5b3a58207640b63177698cc74fec2bbd68bedf5d9a798204cb9da8732d983791dcf7a93d216c007960a5870cc9a7712c949c5497688
Homepage: https://github.com/lemire/javaewah
Description-en: 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.
Description-md5: 6505ad5e931ecadeaa6a540fbf18f039