DarkOtter/indexed-bitvec-rs
A rust library providing an indexed bitvector with (hopefully) fast rank and select operations.
RustApache-2.0
Issues
- 1
- 0
Use const fn for size functions
#1 opened by DarkOtter - 0
- 2
- 1
- 0
The L2 index is wrongly used and will overflow
#16 opened by DarkOtter - 0
Try using bithacks for the base select
#6 opened by DarkOtter - 0
Add support for no_std
#2 opened by DarkOtter - 0
Can read off the end of the blocks index
#12 opened by DarkOtter - 0
- 0
- 0
- 1
Clean out checks on the max number of bits
#4 opened by DarkOtter