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 ...
Latest Versions
82 versions โ| Version โผ | Vulnerabilities | Usages | Date | |
|---|---|---|---|---|
1.2.x | 1.2.3 |
33
| Mar 09, 2023 | |
1.1.x | 1.1.13 |
12
| Sep 29, 2021 | |
| 1.1.12 |
4
| May 23, 2021 | ||
| 1.1.11 |
0
| May 19, 2021 | ||
| Show 10 more from 1.1.x | ||||
1.0.x | 1.0.8 |
0
| Oct 14, 2015 | |
| 1.0.7 |
0
| Aug 15, 2015 | ||
| 1.0.6 |
0
| Aug 15, 2015 | ||
| Show 6 more from 1.0.x | ||||
0.9.x | 0.9.2 |
0
| Dec 04, 2014 | |
| 0.9.1 |
0
| Dec 02, 2014 | ||
| 0.9.0 |
0
| Sep 08, 2014 | ||
0.8.x | 0.8.12 |
0
| Aug 25, 2014 | |
| 0.8.11 |
0
| Aug 15, 2014 | ||
| 0.8.10 |
0
| Aug 14, 2014 | ||
| Show 9 more from 0.8.x | ||||
0.7.x | 0.7.9 |
12
| Nov 12, 2013 | |
| 0.7.8 |
0
| Oct 02, 2013 | ||
| 0.7.7 |
1
| Oct 01, 2013 | ||
| Show 7 more from 0.7.x | ||||
0.6.x | 0.6.12 |
0
| May 21, 2013 | |
| 0.6.11 |
0
| Mar 29, 2013 | ||
| 0.6.10 |
0
| Mar 14, 2013 | ||
| Show 10 more from 0.6.x | ||||
0.5.x | 0.5.6 |
4
| Oct 05, 2012 | |
| 0.5.5 |
0
| Oct 05, 2012 | ||
| 0.5.4 |
0
| Oct 05, 2012 | ||
| Show 4 more from 0.5.x | ||||
0.4.x | 0.4.5 |
0
| May 21, 2012 | |
| 0.4.4 |
0
| May 21, 2012 | ||
| 0.4.3 |
0
| Apr 09, 2012 | ||
| Show 3 more from 0.4.x | ||||
0.3.x | 0.3.3 |
0
| Mar 02, 2012 | |
| 0.3.2 |
9
| Jan 16, 2012 | ||
| 0.3.1 |
0
| Jan 03, 2012 | ||