rrb-vector

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)\)).


Keywords
data-structures, library, Propose Tags, Data.Sequence, Skip to Readme, , Index, Quick Jump, Data.RRBVector, Data.RRBVector.Internal.Debug, rrb-vector-0.2.1.0.tar.gz, browse, Package description, Package maintainers, konsumlamm, edit package information , 0.1.0.0, rrb-vector on Hackage
License
BSD-3-Clause
Install
cabal install rrb-vector-0.2.1.0

Documentation

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.