You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ Roaring bitmaps are found to work well in many important applications:
29
29
The ``roaring`` Go library is used by
30
30
*[Cloud Torrent](https://github.com/jpillora/cloud-torrent): a self-hosted remote torrent client
31
31
*[runv](https://github.com/hyperhq/runv): an Hypervisor-based runtime for the Open Containers Initiative
32
+
*[InfluxDB](https://www.influxdata.com)
33
+
*[Pilosa](https://www.pilosa.com/)
34
+
*[Bleve](http://www.blevesearch.com)
32
35
33
36
There are also [Java](https://github.com/RoaringBitmap/RoaringBitmap) and [C/C++](https://github.com/RoaringBitmap/CRoaring) versions. The Java, C, C++ and Go version are binary compatible: e.g, you can save bitmaps
34
37
from a Java program and load them back in Go, and vice versa. We have a [format specification](https://github.com/RoaringBitmap/RoaringFormatSpec).
@@ -41,12 +44,12 @@ Copyright 2016 by the authors.
41
44
42
45
### References
43
46
44
-
- Daniel Lemire, Owen Kaser, Nathan Kurz, Luca Deri, Chris O'Hara, François Saint-Jacques, Gregory Ssi-Yan-Kai, Roaring Bitmaps: Implementation of an Optimized Software Library [arXiv:1709.07821](https://arxiv.org/abs/1709.07821)
47
+
- Daniel Lemire, Owen Kaser, Nathan Kurz, Luca Deri, Chris O'Hara, François Saint-Jacques, Gregory Ssi-Yan-Kai, Roaring Bitmaps: Implementation of an Optimized Software Library, Software: Practice and Experience (to appear)[arXiv:1709.07821](https://arxiv.org/abs/1709.07821)
45
48
- Samy Chambi, Daniel Lemire, Owen Kaser, Robert Godin,
46
49
Better bitmap performance with Roaring bitmaps,
47
-
Software: Practice and Experience Volume 46, Issue 5, pages 709–719, May 2016
50
+
Software: Practice and Experience 46 (5), 2016.
48
51
http://arxiv.org/abs/1402.6407 This paper used data from http://lemire.me/data/realroaring2014.html
49
-
- Daniel Lemire, Gregory Ssi-Yan-Kai, Owen Kaser, Consistently faster and smaller compressed bitmaps with Roaring, Software: Practice and Experience (accepted in 2016, to appear)http://arxiv.org/abs/1603.06549
52
+
- Daniel Lemire, Gregory Ssi-Yan-Kai, Owen Kaser, Consistently faster and smaller compressed bitmaps with Roaring, Software: Practice and Experience 46 (11), 2016.http://arxiv.org/abs/1603.06549
0 commit comments