RRB-tree immutable vectors in JS
Simplified version based on
- https://github.com/wishfoundry/rrbit
- https://github.com/Xashili/Array
- https://github.com/bionut/js-rrb
- https://github.com/hyPiRion/c-rrb
If you want to use RRB trees in Node.js, you may install it via npm.
npm install rrb-vector
To run the test suite:
npm run test
Ctrl+C any time to stop the test.