JavaEWAH JavaEWAH

Group com.googlecode.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.
版本 仓库 发布时间
1.2.3 central 2023-03-08 23:13
1.1.13 central 2021-09-29 09:19
1.1.12 central 2021-05-21 02:57
1.1.11 central 2021-05-19 04:11
1.1.9 central 2021-05-10 23:41
1.1.8 central 2021-05-08 03:22
1.1.7 central 2019-11-09 05:58
1.1.6 central 2016-04-27 10:40
1.1.5 central 2016-01-09 05:50
1.1.4 central 2015-12-18 07:45
1.1.3 central 2015-12-04 06:21
1.1.2 central 2015-11-11 23:14
1.1.1 central 2015-11-08 11:22
1.1.0 central 2015-10-29 02:33
1.0.8 central 2015-10-15 04:23
1.0.7 central 2015-08-16 00:36
1.0.6 central 2015-08-15 22:45
1.0.5 central 2015-08-14 21:27
1.0.4 central 2015-08-13 07:24
1.0.3 central 2015-08-13 00:53
1.0.2 central 2015-04-10 23:52
1.0.1 central 2015-03-23 23:48
1.0.0 central 2015-01-07 04:28
0.9.2 central 2014-12-05 01:23
0.9.1 central 2014-12-03 05:00
0.9.0 central 2014-09-08 20:39
0.8.12 central 2014-08-25 23:39
0.8.11 central 2014-08-15 20:56
0.8.10 central 2014-08-14 08:29
0.8.9 central 2014-08-11 23:57
0.8.7 central 2014-07-19 01:29
0.8.6 central 2014-04-30 00:55
0.8.5 central 2014-03-24 22:11
0.8.4 central 2014-03-17 23:07
0.8.3 central 2014-02-21 00:30
0.8.2 central 2014-01-26 07:55
0.8.1 central 2014-01-08 00:28
0.8.0 central 2014-01-03 06:19
0.7.9 central 2013-11-12 22:33
0.7.8 central 2013-10-02 09:58
0.7.7 central 2013-10-02 03:52
0.7.6 central 2013-10-01 09:56
0.7.5 central 2013-09-08 22:26
0.7.4 central 2013-09-08 00:02
0.7.3 central 2013-08-09 01:11
0.7.2 central 2013-07-25 12:51
0.7.1 central 2013-07-20 06:01
0.7.0 central 2013-07-17 02:22
0.6.12 central 2013-05-22 02:54
0.6.11 central 2013-03-30 00:45
0.6.10 central 2013-03-14 23:20
0.6.9 central 2013-03-09 00:53
0.6.8 central 2013-02-22 04:30
0.6.7 central 2013-02-15 22:09
0.6.6 central 2012-12-12 22:01
0.6.5 central 2012-11-27 00:03
0.6.4 central 2012-11-16 23:34
0.6.3 central 2012-11-01 06:43
0.6.2 central 2012-10-20 01:59
0.6.1 central 2012-10-19 11:58
0.6.0 central 2012-10-16 01:18
0.5.6 central 2012-10-06 04:18
0.5.5 central 2012-10-06 01:32
0.5.4 central 2012-10-05 12:55
0.5.3 central 2012-08-08 09:21
0.5.2 central 2012-07-10 00:48
0.5.1 central 2012-05-29 02:16
0.5.0 central 2012-05-23 23:08
0.4.5 central 2012-05-22 07:00
0.4.4 central 2012-05-22 04:50
0.4.3 central 2012-04-10 00:56
0.4.2 central 2012-04-05 22:31
0.4.1 central 2012-03-20 22:32
0.4.0 central 2012-03-06 05:49
0.3.3 central 2012-03-03 01:58
0.3.2 central 2012-01-16 22:57
0.3.1 central 2012-01-03 13:15
索引仓库
仓库 个数
Central 592045