You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This datastructure provides an efficient immutable vector implementation based
on the paper RRB-Trees: Efficient Immutable Vectors, by Phil Bagwell and
Tiark Rompf.
Algorithmic complexity
The following is a table of operations and their algorithmic complexity.
Benchmark
About
An immutable vector implementation using the Relaxed Radix B-tree