/rrb.rhm

WIP: an RRB-tree implementation of a persistent vector in Rhombus

Primary LanguagePython

This project is a work in progress (as is this README).

About

tbd

Build

  • Install Racket
  • git clone git@github.com:OxSon/rrb.rhm.git
  • cd rrb.rhm && raco make cow_array.rhm rbtree.rhm rrbtree.rhm utils.rhm time.rhm

Test

  • raco test .

Bench

  • Install python
  • pip install -r requirements.txt
  • racket time.rhm
  • python benchmarks/graph_bench.py