issues
search
DarkOtter
/
indexed-bitvec-rs
A rust library providing an indexed bitvector with (hopefully) fast rank and select operations.
Apache License 2.0
3
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Move bits type into main crate and improve testing
#27
DarkOtter
closed
5 years ago
0
Reorganise the structure of the package
#26
DarkOtter
closed
5 years ago
0
Add Copy/Clone derivations and Serialize/Deserialize for bits
#25
DarkOtter
closed
5 years ago
0
Fix bug with sample invariants and add tests of where it was discovered
#24
DarkOtter
closed
5 years ago
0
Bug in internal invariants regarding sample index length
#23
DarkOtter
closed
5 years ago
0
Implement setting of bits
#22
DarkOtter
closed
5 years ago
0
Add support for iteration to Bits
#21
DarkOtter
closed
5 years ago
0
Implement heapsize
#20
DarkOtter
closed
5 years ago
0
Implement Ord & Eq for Bits<>
#19
DarkOtter
closed
5 years ago
0
Upgrade to rust 2018 edition
#18
DarkOtter
closed
5 years ago
0
Convert the L2 index to be counts rather than ranks
#17
DarkOtter
closed
6 years ago
0
The L2 index is wrongly used and will overflow
#16
DarkOtter
closed
6 years ago
0
The select index is used incorrectly as an upper bound
#15
DarkOtter
closed
6 years ago
1
Add benchmarks to time operations
#14
DarkOtter
closed
6 years ago
0
Split into multiple crates
#13
DarkOtter
closed
6 years ago
0
Can read off the end of the blocks index
#12
DarkOtter
closed
6 years ago
0
Move WithOffset type to its own file
#11
DarkOtter
closed
6 years ago
0
Store the select index separately and use casts more
#10
DarkOtter
closed
6 years ago
0
Check optimisation of integer divide/multiply
#9
DarkOtter
opened
6 years ago
0
Unpack the select and rank indexes from each other
#8
DarkOtter
closed
6 years ago
0
Use binary search for L1/L2 after select sample lookup
#7
DarkOtter
closed
6 years ago
0
Try using bithacks for the base select
#6
DarkOtter
opened
6 years ago
0
Add support for running construction in parallel
#5
DarkOtter
opened
6 years ago
2
Clean out checks on the max number of bits
#4
DarkOtter
closed
6 years ago
1
Switch to using proptest rather than quickcheck
#3
DarkOtter
opened
6 years ago
1
Add support for no_std
#2
DarkOtter
closed
6 years ago
0
Use const fn for size functions
#1
DarkOtter
opened
6 years ago
0