Artifact golang-github-bits-and-blooms-bitset-dev_1.2.2-1_all

Metadata
deb_control_files:
- control
- md5sums
deb_fields:
  Architecture: all
  Description: |-
    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.
  Homepage: https://github.com/bits-and-blooms/bitset
  Installed-Size: '104'
  Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
  Package: golang-github-bits-and-blooms-bitset-dev
  Priority: optional
  Section: golang
  Source: golang-github-bits-and-blooms-bitset
  Version: 1.2.2-1
srcpkg_name: golang-github-bits-and-blooms-bitset
srcpkg_version: 1.2.2-1

File

golang-github-bits-and-blooms-bitset-dev_1.2.2-1_all.deb
Binary file golang-github-bits-and-blooms-bitset-dev_1.2.2-1_all.deb cannot be displayed. you can view it raw or download it instead.

Relations

Relation Direction Type Name
built-using Source package golang-github-bits-and-blooms-bitset_1.2.2-1

binary package System - - 5 months, 3 weeks ago 4 months, 3 weeks
BETA