bitset icon indicating copy to clipboard operation
bitset copied to clipboard

Go package implementing bitsets

Results 8 bitset issues
Sort by recently updated
recently updated
newest added

Is there no way to get the top bit but to iterate from set.Len()-1 down and set.Test?

Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 4.1.0 to 4.1.1 Release notes Sourced from actions/checkout's releases. v4.1.1 What's Changed Update CODEOWNERS to Launch team...

dependencies

Had this implemented in few places in my code. Decided to move it to the fork of the repo. I'll send a PR if you want to include it.

`func (*BitSet) ShiftLeft(bits int, fill bool)`

murmur is very slow. else change to city64

Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [ossf/scorecard-action](https://github.com/ossf/scorecard-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/checkout` from 4.1.0 to 4.1.6 Release notes Sourced from actions/checkout's releases. v4.1.6 What's...

dependencies

`New() `intercepts a panic in `defer()` of `makeslice` and at least for this reason New() is not inlineable and therefore the slice always escapes to the heap. Currently I work...

Bumps the github-actions group with 3 updates in the / directory: [ossf/scorecard-action](https://github.com/ossf/scorecard-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/setup-go](https://github.com/actions/setup-go). Updates `ossf/scorecard-action` from 2.4.1 to 2.4.2 Release notes Sourced from ossf/scorecard-action's releases. v2.4.2 What's Changed...

dependencies
github_actions