github.com/willf/bitset
Package bitset implements bitsets, a mapping between non-negative integers and boolean values. It should be more efficient than map[uint] bool. It provides methods for setting, clearing, flipping, and testing individual integers. But it also provides set intersection, union, difference, complement, and symmetric operations, as well as tests to check whether any, all, or no bits are set, and querying a bitset's current length and number of positive bits. BitSets are expanded to the size of the largest set bit; the memory allocation is approximately Max bits, where Max is the largest set bit. BitSets are never shrunk. On creation, a hint can be given for the number of bits that will be used. Many of the methods, including Set,Clear, and Flip, return a BitSet pointer, which allows for chaining. Example use: As an alternative to BitSets, one should check out the 'big' package, which provides a (less set-theoretical) view of bitsets.
proxy.golang.org
v1.24.4
4 months ago
47
1,087
20,239
Links
| Registry | proxy.golang.org |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:golang/github.com/willf/bitset
spec |
| License | BSD-3-Clause |
| Namespace | github.com/willf |
| First Release | about 12 years ago |
| Last Synced | about 6 hours ago |
Repository
| Stars | 1,442 on GitHub |
| Forks | 188 on GitHub |
| Docker Dependents | 463 |
| Docker Downloads | 3,871,680,814 |
| Commits | 292 |
| Committers | 48 |
| Avg per Author | 6.083 |
| DDS | 0.842 |