Registry / utility / boljen-go-bitmap

boljen-go-bitmap

JSON →
library0.0.0-20151001105940-23cd2fb0ce7dgogounverified

A thread-safe bitmap implementation with various bitmap operations and abstractions.

go get github.com/boljen/go-bitmap
INSTALL
IMPORT
SIG · BOLJEN-GO-BITMAP
B
boljen-go-bitmap
utilitygov0.0.0-20151001105940-23cd2fb0ce7d
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.

bitmap
✓ github.com/boljen/go-bitmap

Creates a bitmap, sets a bit, and reads it.

package main import ( "fmt" "github.com/boljen/go-bitmap" ) func main() { bm := bitmap.New(10) bm.Set(3, true) fmt.Println(bm.Get(3)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20151001105940-23cd2fb0ce7dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
boljen-go-bitmap — go get boljen-go-bitmap · libregistry