Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 288 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 288 Bytes

rbb-vector

An implementation of a Relaxed Radix Balanced Vector (RRB-Vector), an efficient sequence data structure. It supports fast indexing, iteration, concatenation and splitting.

For more information, see rrb-vector on Hackage.