https://github.com/takeyourhatoff/bitset
Package bitset provides Set, a compact and fast representation for a dense set of positive integer values.
https://github.com/takeyourhatoff/bitset
bitarray bitfield bitset bitset-library golang
Last synced: 5 days ago
JSON representation
Package bitset provides Set, a compact and fast representation for a dense set of positive integer values.
- Host: GitHub
- URL: https://github.com/takeyourhatoff/bitset
- Owner: takeyourhatoff
- License: mit
- Created: 2017-09-13T17:49:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T08:53:45.000Z (over 7 years ago)
- Last Synced: 2024-06-20T06:28:07.990Z (over 1 year ago)
- Topics: bitarray, bitfield, bitset, bitset-library, golang
- Language: Go
- Homepage: https://godoc.org/github.com/takeyourhatoff/bitset
- Size: 11.7 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [bitset](https://godoc.org/github.com/takeyourhatoff/bitset)
[](https://travis-ci.org/takeyourhatoff/bitset)
[](https://goreportcard.com/report/github.com/takeyourhatoff/bitset)
Package [bitset](https://godoc.org/github.com/takeyourhatoff/bitset) provides Set, a compact and fast representation for a dense set of positive integer values.