Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog
-
Updated
Nov 5, 2024 - Go
Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog
A serializable bitmap index library able to index millions values/sec on a single thread.
This is a go version of the Roaring bitmap data structure, for 64-bit integers. It uses the same approach as the C++ and Rust version to build a BTree map of bitmaps.
Online Integers Encoding Algorithm
Add a description, image, and links to the bitmap-compression topic page so that developers can more easily learn about it.
To associate your repository with the bitmap-compression topic, visit your repo's landing page and select "manage topics."