-
I have several projects which uses collections of BitSet objects intensely, and I need to store them in hashsets or hashmaps (or store structures containing BitSet objects in hashsets or hashmaps).
…
-
Hi,
Would be great if we've something like `BitSet.valueOf()` & 'BitSet.toByteArray()' in SparseBitSet too. Currently it is not direct to initialise SparseBitSet from `byte[]`
-
@meijeru commented on [Tue Apr 18 2017](https://github.com/red/red/issues/2595)
1. `charset` is shorthand for `make bitset!` except it does not cover `make bitset! `. This does make sense since `char…
-
### Zig Version
0.13.0-dev.75+5c9eb4081
### Steps to Reproduce and Observed Behavior
### Code
Running the following program:
```zig
const std = @import("std");
const BitSet = std.bit_set.Dynami…
ITR13 updated
6 months ago
-
#### Useful skills:
#### Want to work on this issue?
For guidance on contributing, please read [CONTRIBUTING.md](https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md) b…
-
with ghc-7.6.3, bitset-1.4.7 (current from hackage), on x86_64 fedora, in ghci I get this:
```
import Data.BitSet.Dynamic
fromList [11,63]
Loading package array-0.4.0.1 ... linking ... done.
Loading…
-
_Submitted by:_ **BrianH**
If we can PROTECT and UNPROTECT bitset! values, this will make global bitsets safer to use.
``` rebol
>> ws: charset "^- "
== make bitset! #{0040000080}
>> protect ws
== m…
-
https://github.com/kelindar/bitmap#boolean-algebra shows a clean and simple lib as well as a data store at https://github.com/kelindar/column which uses the bitmap
I think this is faster than roari…
-
Haven't checked all of them, but they should be correct
Offsets are automatically generated from parStructures
```c++
Registered struct CItemInfo, OFFSETS =
FIELDNAME = Name OFFSET = 0x10 TYPE =…
-
## What problem does this solve or what need does it fill?
For binary inputs, as `Input` is made for, bitsets tend to be more compact and have generally have better CPU performance than HashSets and …