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.
An RRB-Vector is an efficient sequence data structure. It supports fast indexing, iteration, concatenation and splitting. Seq a is a container with a very similar API. RRB-Vectors are generally faster for indexing and iteration, while sequences are faster for access to the front/back (amortized \(O(1)\)).
Homepage Repository Hackage Haskell Download
cabal install rrb-vector-0.2.2.0
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.