From: Martin J. <mar...@em...> - 2004-04-21 16:20:42
|
Hi everyone, Today I wrote an interface for the manipulation of hash tables with unique copy of each key. This is just using a ('a, 'b list ref) Hashtbl.t. I think it is especially useful for using hash tables as a clustering engine. Since I use this kind of things all the time, at least I will use it. If ExtLib people think it is useful, take it. It is all based on the standard Hashtbl module. The module is called Hashtbl2 and can be found here: http://martin.jambon.free.fr/ocaml.html Ocamldoc doc: http://martin.jambon.free.fr/hashtbl2/Hashtbl2.html Martin |