Skip to content

Commit 66171ee

Browse files
authored
saving...
1 parent 1bec799 commit 66171ee

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Roaring bitmaps are found to work well in many important applications:
2929
The ``roaring`` Go library is used by
3030
* [Cloud Torrent](https://github.com/jpillora/cloud-torrent): a self-hosted remote torrent client
3131
* [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)
3235

3336
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
3437
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.
4144

4245
### References
4346

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)
4548
- Samy Chambi, Daniel Lemire, Owen Kaser, Robert Godin,
4649
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.
4851
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
5053

5154

5255
### Dependencies

0 commit comments

Comments
 (0)