@hackage rrb-vector0.2.0.1
Efficient RRB-Vectors
Categories
License
BSD-3-Clause
Maintainer
konsumlamm@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- base >=4.11 && <5
- deepseq >=1.4.3 && <1.6
- indexed-traversable ^>=0.1
- primitive >=0.7 && <0.10 Show all…
Dependents (2)
@hackage/pvector, @hackage/named-binary-tag
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.