geocaml / ocaml-rtree

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

[Benchmark]: Add a benchmark for depth function #26

Closed patricoferris closed 11 months ago

patricoferris commented 11 months ago

For completeness it would be good to add a benchmark for finding the depth of a tree now that we have that function.

patricoferris commented 11 months ago

cc @VioletaSaravia, @kushalpokharel would either of you like to work on this ?

kushalpokharel commented 11 months ago

Yes @patricoferris, I would like to work on this. I found a core_bench library for ocaml. Do I use this? Edit: I didn't notice the bench folder in this repo. That answers my question for now. Thank you

patricoferris commented 11 months ago

Fixed in #27