rrbit
v1.0.0
Published
an immutable list lib using rrb trees
Downloads
2
Maintainers
Readme
Note: this library is in alpha stage. while the code is tested and considered stable, breaking API changes are still being explored
API
- RRBit promotes a functional style API with data last.
- Most functions are automatically curried see API Page
Interoperability
RRBit vectors also implement Fantasy Land interfaces for
Monoid
Functor
Applicative
Monad
(coming)- Under consideration:
Traversable
Foldable
Static Land expected to follow soon
TODO:
- explore compatibility with common JS libs(e.g. ramda uses a different curry signature)
- publish performance results
- finish the high performance
append
functionality - restructure project for smaller es6 module builds
- dethrone ImmutableJS ftw!