* Sets and maps over integers implemented as Patricia trees
@ 2000-05-12 17:46 Jean-Christophe Filliatre
0 siblings, 0 replies; only message in thread
From: Jean-Christophe Filliatre @ 2000-05-12 17:46 UTC (permalink / raw)
To: caml-list
Hello ocamlers,
I recently implemented sets and maps over integers as Patricia trees,
following a paper by Chris Okasaki.
(http://www.cs.columbia.edu/~cdo/papers.html#ml98maps)
These are much more efficient than the standard library AVLs regarding
accesses and merges. (Only a sequential insertion of elements is
slower, actually.)
The code is available here, under LGPL:
http://www.lri.fr/~filliatr/software.en.html
== francais ================================================================
Je mets à disposition une implantation efficace d'ensembles et de
dictionnaires sur le type int, réalisée à partir d'arbres de Patricia,
selon un papier de Chris Okasaki.
(http://www.cs.columbia.edu/~cdo/papers.html#ml98maps)
Le code, distribué sous licence LGPL, est disponible ici:
http://www.lri.fr/~filliatr/software.fr.html
--
Jean-Christophe Filliatre
Computer Science Laboratory Phone (650) 859-5173
SRI International FAX (650) 859-2844
333 Ravenswood Ave. email filliatr@csl.sri.com
Menlo Park, CA 94025, USA web http://www.csl.sri.com/~filliatr
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-05-13 9:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-12 17:46 Sets and maps over integers implemented as Patricia trees Jean-Christophe Filliatre
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox