Skip to content

Commit 11388e7

Browse files
authored
Add RoaringBitmap
1 parent 8aa103e commit 11388e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ _Efficient and specific data structures._
239239
- [HyperMinHash-java](https://github.com/LiveRamp/HyperMinHash-java) - Probabilistic data structure for computing union, intersection, and set cardinality in loglog space.
240240
- [Persistent Collection](https://github.com/hrldcpr/pcollections) - Persistent and immutable analogue of the Java Collections Framework.
241241
- [Protobuf](https://github.com/protocolbuffers/protobuf) - Google's data interchange format.
242+
- [RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) - Fast and efficient compressed bitmap.
242243
- [SBE](https://github.com/real-logic/simple-binary-encoding) - Simple Binary Encoding, one of the fastest message formats around.
243244
- [Tape](https://github.com/square/tape) - Lightning-fast, transactional, file-based FIFO.
244245
- [Wire](https://github.com/square/wire) - Clean, lightweight protocol buffers.

0 commit comments

Comments
 (0)