caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Do we have a B-tree implementation in ocaml?
@ 2015-11-04 17:39 Francois Berenger
  2015-11-05 10:34 ` Frédéric Bour
  2015-11-10 14:37 ` Simon Cruanes
  0 siblings, 2 replies; 5+ messages in thread
From: Francois Berenger @ 2015-11-04 17:39 UTC (permalink / raw)
  To: OCaml List

Hello,

I am looking for even a simple implementation with at
least the following operations:

insert/add, remove, mem/contains and at_rank.

The at_rank is especially important since it is inefficient
to implement it using fold in a set like the ones from the stdlib.

Thanks a lot,
F.

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

end of thread, other threads:[~2015-11-10 23:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-04 17:39 [Caml-list] Do we have a B-tree implementation in ocaml? Francois Berenger
2015-11-05 10:34 ` Frédéric Bour
2015-11-06 21:04   ` Tom Ridge
2015-11-10 14:37 ` Simon Cruanes
2015-11-10 23:11   ` Hendrik Boom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).