-
### Feature request:
Replace https://github.com/dragonflyoss/Dragonfly2/blob/main/client/daemon/peer/peertask_bitmap.go with https://github.com/bits-and-blooms/bitset.
### Use case:
### U…
-
### 概述
JAVA中BitSet就是“位图”数据结构,根据“位图”的语义,数据的存在性可以使用bit位上的1或0来表示;一个bit具有2个值:0和1,正好可以用来表示false和true, 对于数据的判重,通常使用HashMap来存储,不过hashmap需要消耗较多的内存,在大数据场景中不太适合;
### BitSet原理
JAVA中,一个long型数字占用64位空间,根…
-
_Submitted by:_ **Ladislav**
It is known that complement bitset does not work as it did in R2. The question is, whether there should be some warning/error/additional documentation.
A possible soluti…
-
_Submitted by:_ _Jerry_
bc.. >> a: charset "A"
== make bitset! #{00...40}
> > alter a 1
> > == true
> > a
> > == make bitset! #{40...40} ;
> > alter a 1
> > *\* Error
-
## user story
As a Chapel programmer, I want a compact representation of a bitset because it allows me to track the validity of several items without needing a large array of booleans.
### acceptance…
-
Hi again!
There is the final step to take full advantage of your great library.
Sometimes it is necessary to deduplicate bitsets or to build a mapping between bitsets and some values. There are …
3Hren updated
5 months ago
-
Instead of always using 8 bytes, we should dynamically size the optional codec.
https://github.com/ava-labs/hypersdk/blob/d27a71b3b49231cda90ab1aafbc481bf77831eb6/codec/optional_packer.go#L16
-
When I use `vector`, the performance significantly degrades compared to `vector`. After inspecting the source code, I found that `bitset` involves a substantial amount of memory operations. Can this i…
-
### Current Behavior
This is in the recent `main` (`9f17a3fd`) I receive a SIGABRT in Release (SIGILL in Debug) with the eng and chi_tra langages. Both are fast and official.
```
(gdb) set args…
-
https://github.com/JuliaLang/julia/blob/4af6be80f238fce9cd124925d488a4c7171cf74a/base/bitset.jl#L18
Dear Julia developers,
I work in a company and we build TCAD simulators using Julia.
I hav…