Package bit implements vector of bits that grows as needed. Basically it is a memory-effiecent version of array of boolean: []bool
. All the methods implemented in this package inspired by Java's BitSet. See documentation.
-
Notifications
You must be signed in to change notification settings - Fork 0
Bitset implementation in Go
License
mostafa-asg/bit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Bitset implementation in Go