Skip to content

satmaelstorm/bitmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Simple Bitmap

Go Report GoDoc Coverage Status Go

Implements bitmap index functions.

Install

go get github.com/satmaelstorm/bitmap

Types

Unlimited

Implements an unlimited bitmap without any compression. Immutable and thread-safe.

Index64

Bitmap, which can contain numbers from 0 to 63. Immutable. Thread-safe.

Atomic64

Bitmap, which can contain numbers from 0 to 63. Thread-safe.

About

Implements bitmap index functions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published