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

Top 4.0% dependent packages on proxy.golang.org
Top 4.8% dependent repos on proxy.golang.org

proxy.golang.org : github.com/axkit/bitset

The package provides typical bitmap storage and manipulation functions. BitSet is a data structure that holds a set of bits. Each bit is represented by a single bit in the byte slice. The first bit is stored in the left bit of the first byte, and the last bit is stored in the least significant bit of the last byte. Examples: 1000 0010 where bits 0,6 is set in the string representation will look like hex string "82" 1000 0011 where bits 0, 6, 7 is set in the string representation will look like hes string "83" 1100 0001 1100 0011 where bits 0,1,7, 8,9, 14,15 us set in the string representation will look like "c1c3"

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/axkit/bitset
License: MIT
Latest release: about 1 month ago
First release: over 4 years ago
Namespace: github.com/axkit
Dependent packages: 2
Dependent repositories: 1
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 8 days ago

    Loading...
    Readme
    Loading...