| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A bit array, or bit set, is an efficient set data structure. It consists of an array that compactly stores bits and it uses bit-level parallelism to perform operations quickly.
Once you have installed Go, run this command to install the bit package:
go get github.com/yourbasic/bit
There is an online reference for the package at godoc.org/github.com/yourbasic/bit.
The only accepted reason to modify the API of this package is to handle issues that can't be resolved in any other reasonable way.
Stefan Nilsson – korthaj
| Back | FazBrowse Home | New Git URL |