全部搜尋項
bullseye-backports  ] [  bookworm  ] [  bookworm-backports  ] [  trixie  ] [  sid  ]
[ 原始碼: golang-github-bits-and-blooms-bitset  ]

套件:golang-github-bits-and-blooms-bitset-dev(1.5.0-1)

golang-github-bits-and-blooms-bitset-dev 的相關連結

Screenshot

Debian 的資源:

下載原始碼套件 golang-github-bits-and-blooms-bitset

維護小組:

外部的資源:

相似套件:

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.

下載 golang-github-bits-and-blooms-bitset-dev

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
all 19。4 kB112。0 kB [檔案列表]