From 11388e78bb261389dc56e193973b19ec4d423028 Mon Sep 17 00:00:00 2001 From: shathor Date: Sun, 22 Nov 2020 13:12:48 +0100 Subject: [PATCH] Add RoaringBitmap --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ebbf29c..f738635 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,7 @@ _Efficient and specific data structures._ - [HyperMinHash-java](https://github.com/LiveRamp/HyperMinHash-java) - Probabilistic data structure for computing union, intersection, and set cardinality in loglog space. - [Persistent Collection](https://github.com/hrldcpr/pcollections) - Persistent and immutable analogue of the Java Collections Framework. - [Protobuf](https://github.com/protocolbuffers/protobuf) - Google's data interchange format. +- [RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) - Fast and efficient compressed bitmap. - [SBE](https://github.com/real-logic/simple-binary-encoding) - Simple Binary Encoding, one of the fastest message formats around. - [Tape](https://github.com/square/tape) - Lightning-fast, transactional, file-based FIFO. - [Wire](https://github.com/square/wire) - Clean, lightweight protocol buffers.