Browse thread
Comparison of OCaml and MLton for numerics
-
Yuanchen Zhu
- Jon Harrop
- Daniel_Bünzli
- Christophe Raffalli
- Christophe Raffalli
[
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: | Stephan Tolksdorf <andorxor@g...> |
| Subject: | Re: [Caml-list] Comparison of OCaml and MLton for numerics |
Richard Jones wrote: > Another article on the same topic: > > http://lwn.net/Articles/82495/ > 3% probably lies well in the error of margin. I find this comment much more informative and in accordance with my experiences: http://lwn.net/Articles/167474/ Without inlining a lot of modern C++ code would be unusable slow. As Alain said, inlining allows you to use abstractions without having to pay the usual penalty for it. Regards, Stephan