Paket: golang-github-bits-and-blooms-bitset-dev (1.22.0-1~exp1)
Länkar för golang-github-bits-and-blooms-bitset-dev
Debianresurser:
Hämta källkodspaketet golang-github-bits-and-blooms-bitset:
- [golang-github-bits-and-blooms-bitset_1.22.0-1~exp1.dsc]
- [golang-github-bits-and-blooms-bitset_1.22.0.orig.tar.gz]
- [golang-github-bits-and-blooms-bitset_1.22.0-1~exp1.debian.tar.xz]
Ansvariga:
Externa resurser:
- Hemsida [github.com]
Liknande paket:
Experimentellt paket
Varning: Paketet är från den experimentella utgåvan. Det innebär att det med stor sannolikhet är instabilt eller innehåller fel, och kanske till och med kan orsaka dataförluster. Se till att läsa ändringsloggen och annan dokumentation innan du använder det.
implementation of bitsets
This package 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.
Hämta golang-github-bits-and-blooms-bitset-dev
Arkitektur | Paketstorlek | Installerad storlek | Filer |
---|---|---|---|
all | 45,1 kbyte | 645,0 kbyte | [filförteckning] |