Registry / utility / roaringbitmap-roaring

roaringbitmap-roaring

JSON →
library1.9.4gogounverified

A Go implementation of Roaring Bitmaps, a compressed bitmap data structure for efficient set operations.

go get github.com/RoaringBitmap/roaring
INSTALL
IMPORT
SIG · ROARINGBITMAP-ROAR
R
roaringbitmap-roaring
utilitygov1.9.4
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/RoaringBitmap/roaring

Creates a bitmap, adds values, and checks membership.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
roaringbitmap-roaring — go get roaringbitmap-roaring · libregistry