Hi,

On 26 Aug., 05:37, Isaac Gouy <igo...@yahoo.com> wrote:

> 1) The command line requested for these first programs doesn't AOT
> compile so the measured time includes compiling the program.

Which makes the comparison of languages with this benchmark even more
uninteresting.

> Perhaps AOT compilation is an usual way to use Clojure - or perhaps it
> would be better to show programs that used AOT compilation?

If startup time matters AOT compilation is a valid step to take. AOT
is not necessary but helps in such a case.

> 2) mandelbrot - There seems to be some problem with the mandelbrot
> program - the program doesn't seem to exit for perhaps a minute after
> the output file is created - see the difference between "CPU secs" and
> "Elapsed secs".

(shutdown-agents)

Sincerely
Meikel

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to