Browse thread
OCaml troll on Slashdot
-
Karl Zilles
-
Oliver Bandel
-
Michael Vanier
-
Jon Harrop
-
Yoann Padioleau
- Jon Harrop
- Paul Argentoff
- Paul Argentoff
-
Yoann Padioleau
-
Jon Harrop
- Yoann Padioleau
-
Michael Vanier
- Richard Jones
-
Oliver Bandel
[
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: | Jon Harrop <jon@f...> |
| Subject: | Re: [Caml-list] OCaml troll on Slashdot |
On Tuesday 15 March 2005 20:17, Yoann Padioleau wrote: > I have made the obvious optimization which is to replace the assoc list by > a Map (just changing 4 lines in the "troll" code), > the ocaml version is then far far faster. > > But computing 7 by 7 with c++ take 1.5 sec and with > ocaml 50.0 sec (but it is better than "more than 16 minutes"). I spent a little time on it but some Anonymous Coward has already done a much better job and posted the resulting code on Jacques Garrigue's website. ;-) I also posted the resulting timings on slashdot. IIRC, OCaml was less than half as much code and ran in 1.66 times the time (if you unroll the most time consuming function a little). That's pretty much what I'd expect given that the problem is too simple and array-based to take much advantage of OCaml and functional programming. -- Dr Jon D Harrop, Flying Frog Consultancy Ltd. Objective CAML for Scientists http://www.ffconsultancy.com/products/ocaml_for_scientists