Bug 1684925 - Review Request: golang-github-willf-bitset - Go language library to map between non-negative integers and boolean values
Summary: Review Request: golang-github-willf-bitset - Go language library to map betwe...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1684934
TreeView+ depends on / blocked
 
Reported: 2019-03-03 21:13 UTC by Robert-André Mauchin 🐧
Modified: 2019-03-04 15:49 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-03-04 15:49:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Robert-André Mauchin 🐧 2019-03-03 21:13:13 UTC
Spec URL: https://copr-be.cloud.fedoraproject.org/results/eclipseo/rclone1.45/fedora-rawhide-x86_64/00864203-golang-github-willf-bitset/golang-github-willf-bitset.spec
SRPM URL: https://copr-be.cloud.fedoraproject.org/results/eclipseo/rclone1.45/fedora-rawhide-x86_64/00864203-golang-github-willf-bitset/golang-github-willf-bitset-1.1.10-1.fc30.src.rpm

Description:
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.

Fedora Account System Username: eclipseo

Comment 1 Elliott Sales de Andrade 2019-03-04 02:08:58 UTC
Is this not https://apps.fedoraproject.org/packages/golang-github-willf-bitset ?

Comment 2 Robert-André Mauchin 🐧 2019-03-04 15:49:44 UTC
Ooops yes it is, I didn't find it with the search.


Note You need to log in before you can comment on or make changes to this bug.