geocaml / ocaml-rtree

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

Compute length only once #16

Closed lindig closed 1 year ago

lindig commented 1 year ago

Simple optimization: compute the number of entries in omt only once. This list has potentially millions of entries.

patricoferris commented 1 year ago

Thanks!