Registry / utility / influxdata-roaring

influxdata-roaring

JSON →
library0.4.12gogounverified

An implementation of Roaring Bitmaps for compressed bitsets in Go.

go get github.com/influxdata/roaring
INSTALL
IMPORT
SIG · INFLUXDATA-ROARING
I
influxdata-roaring
utilitygov0.4.12
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

roaring
github.com/influxdata/roaring

Creates a roaring bitmap and checks membership.

package main import ( "fmt" "github.com/influxdata/roaring" ) func main() { bm := roaring.NewBitmap() bm.Add(1) bm.Add(2) fmt.Println(bm.Contains(1)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.12latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
influxdata-roaring — go get influxdata-roaring · libregistry