Ficus
What is Ficus?
Ficus is a library of Fast, Immutable Collections, mostly based on trees. Currently it contains just one data structure, RRBVector, a list-like collection with efficient splitting, concatenation, and inserting and removing anywhere in the list.
Why use Ficus?
TODO: Write an explanation of why RRBVector is an efficient data structure.
Quickstart
TODO: Write this.
Tutorials
Step-by-step guides to using Ficus collections.
How-To Guides
Guides you through the steps involved in addressing key problems and use-cases.
Explanations
How the RRBVector structure works internally, in more detail.
API Reference
API reference for the RRBVector namespace.