[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Diego Olivier FERNANDEZ PONS <diego.fernandez_pons@e...> |
| Subject: | Re: [Caml-list] Finger trees |
Bonjour,
> I'm just perusing the multitude of tree data structures out there and was
> wondering if anyone has a finger tree implementation written in OCaml?
I tried once and didn't see any advantage with respect to traditional
trees or random access trees. There is a paper by Ralf Hinze (Haskell)
but I never tried to port his implementation.
Diego Olivier