wishfoundry / rrbit

An Immutable vectors/lists/arrays library using the Relaxed Radix Balancing(RRB) technique

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rrbit # RRBit An ultra lightwieght(3kb), fast Immutable vectors/lists/arrays library using the technique described in the [2012 Paper](https://infoscience.epfl.ch/record/169879/files/RMTrees.pdf) for Relaxed Radix Balanced(RRB) trees

Deprecated

rrbit is based on the 2012 paper, to see the current work base on the 2015 Paper which includes faster prepends, middle updates, event faster appends and more, check out our one of the sub-projects at rrbit-org

About

An Immutable vectors/lists/arrays library using the Relaxed Radix Balancing(RRB) technique

License:The Unlicense


Languages

Language:JavaScript 100.0%