Skip to content

Tags: UnixJunkie/vp-tree

Tags

v5.0.0

correct several unused variables detected by dune

v4.0.1

Vp_tree: expose and use to_list_loop instead of List.rev_append

v4.0.0

Vp_tree: rm remove function and improve performance of to_list.

The remove operation could mislead users in what is the correct way
to use this data structure.
The to_list function had a performance bug, noticed by Loic Correnson.

v3.0.1

better comments in the mli file

v3.0.0

Vp_tree: do not modify the global random state; use a private one

v2.0.0

let's get rid of the polymorphic interface

v1.0.0

updated README.md