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
WIP: RRB-Tree implementation for immutable vectors
Motivation
This datastructure provides an efficient immutable vector implementation based
on the paper RRB-Trees: Efficient Immutable Vectors, by Phil Bagwell and
Tiark Rompf.