Package Usage: maven: com.googlecode.javaewah:JavaEWAH
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. The goal of word-aligned compression is not to achieve the best compression, but rather to improve query processing time. Hence, we try to save CPU cycles, maybe at the expense of storage. However, the EWAH scheme we implemented is always more efficient storage-wise than an uncompressed bitmap (implemented in Java as the BitSet class). Unlike some alternatives, javaewah does not rely on a patented scheme.
77 versions
Latest release: about 2 years ago
97 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/repo1.maven.org/packages/com.googlecode.javaewah:JavaEWAH
Dependent Repos 2
opendata/yamppls-uncomplete
Old version of Yam++ (see yampp-ls). A Java application to match ontologies developed for OAEI 2013. Converted to a Maven project and built to work everywhere. Default workspace is /tmp/yampplsLast synced: 7 months ago

opendata/yampp-ls
A Java application to match ontologies developed by Hoa for OAEI 2013. Converted to a Maven project and built to work everywhere. Use the YamOntologiesMatcher class and set a workspace for Yam to work on. By default the workspace is /tmp/yampplsLast synced: 7 months ago
