https://github.com/cchexcode/go-bitvector
Memory optimized boolean collection `bitvector`.
https://github.com/cchexcode/go-bitvector
bitvector boolean collection go golang storage
Last synced: 6 months ago
JSON representation
Memory optimized boolean collection `bitvector`.
- Host: GitHub
- URL: https://github.com/cchexcode/go-bitvector
- Owner: cchexcode
- License: mit
- Created: 2019-08-07T10:04:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T19:59:26.000Z (almost 6 years ago)
- Last Synced: 2025-03-24T07:44:54.458Z (9 months ago)
- Topics: bitvector, boolean, collection, go, golang, storage
- Language: Go
- Homepage: https://github.com/HeikoAlexanderWeber/bitvector
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-bitvector
[](LICENSE)
## Stats
[](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)\
[](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)\
[](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)
[](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)\
[](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)
[](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)\
[](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)
[](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)
[](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)\
[](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)
## Prerequisites
* `Go` >= 1.13.x
## Getting started
For setting up the environment, just call `sh scripts/setup.sh`.
## Commands
* `make install` for downloading dependencies (done in `setup.sh`)
* `make format` for formatting the code using `gofmt`
* `make test` for executing unit tests
* `make bench` for executing benchmarks and reports
* `make cover` for generating an interactive coverage report
## Dependencies
This project makes no use of 3rd party dependencies.