Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* splay trees 0.4 released
@ 1999-04-06  8:13 Jean-Francois Monin
  0 siblings, 0 replies; only message in thread
From: Jean-Francois Monin @ 1999-04-06  8:13 UTC (permalink / raw)
  To: caml-list

It is may pleasure to announce a new release (0.4) of splay trees in
http://www.multimania.com/moninjf/Ocaml/

You can you use it as a mutable association table like hashtbl with a
richer interface, related to the order of keys (especially sub, filter,
map, from, floor, ceil, prev, next). The price to pay is less good
performances than hashtbl (1.5 to 1.9 times slower on my bench marks).

BTW the use of splay trees in otags is now simpler and Otags has been
updated (release 0.8).

--------------------------------------------------------------------------
CHANGES:

The interface of splay now follows the same conventions (order of
arguments) as for other mutable data structures like arrays and hash
tables. 

Introduction of splaytbl with the same functional behavior as hashtbl
several items can be associated to a single key); splayInterv.ml no
longer useful

fold replaced by fold_right
elements replaced by to_list
Added fold_left, to_stream, filter, map, copy,
      sub, from, floor, ceil, prev, next.

--------------------------------------------------------------------------

-- 
Jean-Francois Monin, CNET DTL/MSV,          Tel +33 2 96 05 26 79
2 av. Pierre Marzin, 22307 Lannion, France  Fax +33 2 96 05 39 45
SANS TRAIT D'UNION :     JeanFrancois.Monin@cnet.francetelecom.fr




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-04-06 16:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-06  8:13 splay trees 0.4 released Jean-Francois Monin

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