On Aug 26, 8:37 am, John Fingerhut <[email protected]> wrote: > I have now submitted small modifications that permit AOT compilation. The > compile time was small -- on the order of 1 to 2 sec of the total CPU time, > which is often a small percentage of the long runs that are reported on the > shootout web site. > > But of course it is better if it is not included in the reported times, > which it soon will not be.
AOT compiled http://shootout.alioth.debian.org/u32q/program.php?test=mandelbrot&lang=clojure&id=2 http://shootout.alioth.debian.org/u32q/program.php?test=regexdna&lang=clojure&id=2 http://shootout.alioth.debian.org/u32q/program.php?test=knucleotide&lang=clojure&id=1 > > Andy > > On Thu, Aug 26, 2010 at 12:26 AM, Meikel Brandmeyer <[email protected]> wrote: > > Hi, > > > On 26 Aug., 07:58, Isaac Gouy <[email protected]> wrote: > > > > Have you actually measured the time difference? > > > Compare the mandelbrot numbers for Haskell, Java and Scala. The ranges > > are (0.07s 0.86s 13s), (0.19s 0.86s 12s), (0.22s 0.97s 15s). So Java > > and Scala are not slower than Haskell, but the low iteration numbers > > say something different. So you don't measure what you claim you > > measure. And the fact that things vanish asymptotically doesn't fix a > > broken methodology. > > > Sincerely > > Meikel > > > -- > > You received this message because you are subscribed to the Google > > Groups "Clojure" group. > > To post to this group, send email to [email protected] > > Note that posts from new members are moderated - please be patient with > > your first post. > > To unsubscribe from this group, send email to > > [email protected]<clojure%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
