rrb-vector icon indicating copy to clipboard operation
rrb-vector copied to clipboard

An implementation of a Relaxed Radix Balanced Vector in Haskell.

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.