An open API service indexing awesome lists of open source software.

https://github.com/wshager/js-rrb-vector

Simply the fastest persistent arrays in JS
https://github.com/wshager/js-rrb-vector

immutable javascript persistent rrb-tree

Last synced: 2 months ago
JSON representation

Simply the fastest persistent arrays in JS

Awesome Lists containing this project

README

          

# js-rrb
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

## Installation (Node.js)

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.