An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

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.

Ecosystem
proxy.golang.org
Latest Release
v1.24.4
4 months ago
Versions
47
Dependent Packages
1,087
Dependent Repos
20,239
v1.24.4
Published: 4 months ago
Registry - Documentation - Download
v1.24.3
Published: 4 months ago
Registry - Documentation - Download
v1.24.2
Published: 4 months ago
Registry - Documentation - Download
v1.24.1
Published: 5 months ago
Registry - Documentation - Download
v1.24.0
Published: 7 months ago
Registry - Documentation - Download
v1.23.0
Published: 7 months ago
Registry - Documentation - Download
v1.22.0
Published: 12 months ago
Registry - Documentation - Download
v1.21.0
Published: about 1 year ago
Registry - Documentation - Download
v1.20.0
Published: about 1 year ago
Registry - Documentation - Download
v1.19.1
Published: about 1 year ago
Registry - Documentation - Download
v1.19.0
Published: about 1 year ago
Registry - Documentation - Download
v1.18.0
Published: over 1 year ago
Registry - Documentation - Download
v1.17.0
Published: over 1 year ago
Registry - Documentation - Download
v1.16.0
Published: over 1 year ago
Registry - Documentation - Download
v1.15.0
Published: over 1 year ago
Registry - Documentation - Download
v1.14.3
Published: over 1 year ago
Registry - Documentation - Download
v1.14.2
Published: over 1 year ago
Registry - Documentation - Download
v1.14.1
Published: over 1 year ago
Registry - Documentation - Download
v1.14.0
Published: over 1 year ago
Registry - Documentation - Download
v1.13.0
Published: about 2 years ago
Registry - Documentation - Download
v1.12.0
Published: over 2 years ago
Registry - Documentation - Download
v1.11.0
Published: over 2 years ago
Registry - Documentation - Download
v1.10.0
Published: over 2 years ago
Registry - Documentation - Download
v1.9.0
Published: over 2 years ago
Registry - Documentation - Download
v1.8.0
Published: almost 3 years ago
Registry - Documentation - Download
v1.7.0
Published: almost 3 years ago
Registry - Documentation - Download
v1.6.0
Published: almost 3 years ago
Registry - Documentation - Download
v1.5.0
Published: about 3 years ago
Registry - Documentation - Download
v1.4.0
Published: over 3 years ago
Registry - Documentation - Download
v1.3.3
Published: over 3 years ago
Registry - Documentation - Download
v1.3.2
Published: over 3 years ago
Registry - Documentation - Download
v1.3.1
Published: over 3 years ago
Registry - Documentation - Download
v1.3.0
Published: over 3 years ago
Registry - Documentation - Download
v1.2.2
Published: almost 4 years ago
Registry - Documentation - Download
v1.2.1
Published: over 4 years ago
Registry - Documentation - Download
v1.2.0
Published: almost 5 years ago
Registry - Documentation - Download
v1.1.11
Published: over 5 years ago
Registry - Documentation - Download
v1.1.10
Published: about 7 years ago
Registry - Documentation - Download
v1.1.9
Published: over 7 years ago
Registry - Documentation - Download
v1.1.8
Published: over 7 years ago
Registry - Documentation - Download
v1.1.7
Published: over 7 years ago
Registry - Documentation - Download
v1.1.6
Published: over 7 years ago
Registry - Documentation - Download
v1.1.5
Published: over 7 years ago
Registry - Documentation - Download
v1.1.4
Published: over 7 years ago
Registry - Documentation - Download
v1.1.3
Published: over 8 years ago
Registry - Documentation - Download
v1.1.2
Published: almost 9 years ago
Registry - Documentation - Download
v1.0.0
Published: about 12 years ago
Registry - Documentation - Download
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
Keywords
bitset go
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
Rankings on proxy.golang.org
Overall Top 0.9%
Dependent packages Top 0.1%
Dependent repos Top 0.1%
Forks Top 2.2%
Docker downloads Top 0.1%