-
Can we support BitSet type? It is mostly used by consensus spec.
-
Currently, `bitset` consumes at least 4 bytes:
https://github.com/microsoft/STL/blob/19c683d70647f9d89d47f5a0ad25165fc8becbf3/stl/inc/bitset#L23-L29
This is a penalty for users who want to use a…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What would you like to be added?
Support mmap for BITSET mode of bitmap index
### Why is this needed?
_No re…
-
```
clang-linux.compile.c++ ../../../../bin.v2/libs/spirit/test/qi/qi_range_run.test/clang-linux-12/release/cxxstd-11-iso/stdlib-libc++/threading-multi/visibility-hidden/range_run.o
In file included…
-
> You can use the underlying type as well:
>
>enum_bitset b(0,1,2,3);
>std::cout You can use an int initialiser too:
>
>enum_bitset b(15);
>std::cout
-
I'm doing some graph manipulation, with the graph being represented by adjacency list, where each vertex is an integer. Using BitSet as a replacement for `HashSet` is making things considerably faster…
-
Representing `BooleanSeries` internally as a bitset instead of `boolean[]` results in a very compact data structure (1/8 of byte vs 1 byte). Access is probably slower , but we can improve it by replac…
-
Word `addto` is new to `l3kernel`'s vocabulary, and `(g)add` is currently only used for number- and dimension-like data types. Therefore I suggest `gput`.
-
[P3103R0](https://wg21.link/p3103r0) More bitset operations (Jan Schultke)
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version:
master branch as of Oct 17th (b474374ea568ea89333d5d963cf009…