-
```
What's the problem? (If this is a feature request then feel free to delete
all the questions and just say what you want!)
According to the documentation at
https://pythonhosted.org/bitstring/crea…
-
Sample code to test the behaviour
### Code
```c#
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
public class SamplesBitArray {
public stat…
-
Since we can export easily to an int array, we should be able to import it as well, i.e.:
```dart
var bits = BitArray(history.keys.max)..setBits(setKeys); // would be nice to have a direct constru…
-
I am trying to check if two bitarray are equivelant, but I get 'true' no matter what. Let's say I have the following bitarrays:
```
bitarray_1.toString() = 001001000
bitarray_2.toString() = 1010010…
-
In my use case, I am adding and removing elements from a sequence of hashes up until the best code fits within the size of the bitarray. Therefore, in order to estimate the optimal code for my use cas…
-
Do we have a function to count number of set bit in a BitArray, possibly along a dimension?
-
In Heptapod by @nehaljwani on Aug 15, 2020, 19:50
```py
(pypy36) ~/repos ❯❯❯ pypy3 -c 'from bitarray import bitarray; 1 * bitarray(1)'
cpyext: missing slot wrapper wrap_indexargfunc
RPython traceback…
-
I have Visual Studio 2022 installed and when I tried to install tonsdk for the first time, I got an error asking me to install the MSVC 14.00 component through the Visual Studio Installer. After insta…
-
I'm thinking there would probably be a way for this to be implemented as an array of bits. I would need to look into if this is possible and how as well as what the benefits/drawbacks would be to this…
-
Hey @isoos,
I think there's a simple way to improve the performance of all the set operations of `BitArray` on other `BitArray`s by specializing them to take a `BitArray` and using that knowledge t…