OxSon / rrb.rhm

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%