Browse thread
Re: [Caml-list] OCaml standard library improvement
-
Benjamin C. Pierce
- brogoff@s...
-
Diego Olivier Fernandez Pons
- Jean-Christophe Filliatre
[
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: | Jean-Christophe Filliatre <Jean-Christophe.Filliatre@l...> |
| Subject: | Re: [Caml-list] OCaml standard library improvement |
> smlnj-lib/HashCons is mostly equivalent to JCF ones (I remember having > read somewhere that JCF actually used some tricks found in the SML/NJ > library) No, that's incorrect. I built this library from scratch, without any knowledge of something similar in SML/NJ. But someone pointed to me later that I used some trick similar to one used in SML/NJ hash tables (namely, to keep the hash key in the buckets to avoid its recomputation when resizing the hash table). -- Jean-Christophe ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners