geocaml / ocaml-rtree

A pure OCaml implementation of R-Trees
BSD 3-Clause "New" or "Revised" License
26 stars 7 forks source link

Add benchmark for depth #27

Closed kushalpokharel closed 11 months ago

kushalpokharel commented 11 months ago

This PR adds benchmarking for the depth function.

The thought behind assigning the maximum load size to 3 is to make the tree longer. Need feedback for this

patricoferris commented 11 months ago

Thanks @kushalpokharel this looks great, I pushed two extra commits one to format the code with dune build @fmt --auto and the second to run the benchmarks on my machine 👍