geocaml / ocaml-rtree

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

Add runtime representation #5

Closed patricoferris closed 11 months ago

patricoferris commented 11 months ago

This PR adds Repr.t to the interface to allow users to persist their indexes to disk if they want. Requires https://github.com/mirage/repr/pull/104