# bit **Repository Path**: phillip_huang/bit ## Basic Information - **Project Name**: bit - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-21 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Your basic bit [![GoDoc](https://godoc.org/github.com/yourbasic/bit?status.svg)][godoc-bit] ### Set data structure for positive numbers 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. ![Venn diagram](venn.png) ### Installation Once you have [installed Go][golang-install], run this command to install the `bit` package: go get github.com/yourbasic/bit ### Documentation There is an online reference for the package at [godoc.org/github.com/yourbasic/bit][godoc-bit]. ### Roadmap * The API of this library is frozen. * Version numbers adhere to [semantic versioning][sv]. 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](https://github.com/korthaj) [godoc-bit]: https://godoc.org/github.com/yourbasic/bit [golang-install]: http://golang.org/doc/install.html [sv]: http://semver.org/