Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* [Caml-list] existing implementation of data structures for storing points/doing nearest neighbour search in OCaml
@ 2012-09-05  2:01 Francois Berenger
  2012-09-05  5:58 ` Siraaj Khandkar
  0 siblings, 1 reply; 2+ messages in thread
From: Francois Berenger @ 2012-09-05  2:01 UTC (permalink / raw)
  To: caml-list

Hello,

I was looking for a few data structures to accelerate some
geometric operations on 3D point sets.
I was happily surprised. The harvest was gorgeous:

kd-tree in OCaml:
- https://github.com/bpr/kd_tree

R-tree in OCaml:
- https://github.com/mariusaeriksen/ocaml-rtree

Vantage point tree in OCaml:
- http://codepad.org/F1hckj5K

Regards,
F.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-05  5:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-05  2:01 [Caml-list] existing implementation of data structures for storing points/doing nearest neighbour search in OCaml Francois Berenger
2012-09-05  5:58 ` Siraaj Khandkar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox