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
- Host: GitHub
- URL: https://github.com/wshager/js-rrb-vector
- Owner: wshager
- License: mit
- Created: 2017-02-16T17:55:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T16:06:07.000Z (almost 9 years ago)
- Last Synced: 2025-10-22T09:28:13.488Z (5 months ago)
- Topics: immutable, javascript, persistent, rrb-tree
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.