tomarrell / rust-elias-fano

Elias-Fano encoding implementation in Rust
MIT License
29 stars 5 forks source link

Add helper method for skipping `n` elements #7

Closed tomarrell closed 5 years ago

tomarrell commented 6 years ago

It is a common enough use case that it would be helpful to skip n elements from the current position in the structure.

This would be nice to have.

tomarrell commented 5 years ago

Implemented in b4d3ebb4fbc98e9101b4cb95cd45337a9be718f5