Top 0.1% dependent packages on proxy.golang.org
Top 0.1% dependent repos on proxy.golang.org
Top 2.2% forks on proxy.golang.org
Top 0.1% docker downloads on proxy.golang.org
proxy.golang.org : github.com/bits-and-blooms/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.
      Registry
      -
      Source
      - Documentation
    - JSON
    - codemeta.json
    
    purl: pkg:golang/github.com/bits-and-blooms/bitset
      
 Keywords: 
        bitset
        , go
      
License: BSD-3-Clause
        
Latest release: 3 days ago
        
First release: over 11 years ago
      
Namespace: github.com/bits-and-blooms
      
Dependent packages: 3,734
      
Dependent repositories: 13,930
    
      
Stars: 1,442 on GitHub
      
Forks: 188 on GitHub
      
Docker dependents: 1,075
      
Docker downloads: 7,928,672,344
      
Total Commits: 292
      
Committers: 48
      
Average commits per author: 6.083
      
Development Distribution Score (DDS): 0.842
      
More commit stats: commits.ecosyste.ms
      
See more repository details: repos.ecosyste.ms
      
Funding links: https://donate.mcc.org/
      
Last synced: about 7 hours ago