kampersanda / sucds

Collection of succinct data structures in Rust
https://docs.rs/sucds
Apache License 2.0
81 stars 4 forks source link

Separate index from RsBitVector #65

Closed kampersanda closed 1 year ago

kampersanda commented 1 year ago

This PR separate the internal index structure from RsBitVector to use the index in another data structure.