On Jul 27, 10:06 am, BerlinBrown <berlin.br...@gmail.com> wrote:
> So far I have found that clojure is about
> 5-10 times as slow as comparable code in Clojure.

I infer you mean clojure execution times are about 5-10 times longer
than in java.  It depends on what you're doing, but that sounds
plausible.

Here's are some slides of a comparison between a number of JVM
languages:

http://www.slideshare.net/michael.galpin/performance-comparisons-of-dynamic-languages-on-the-java-virtual-machine?type=powerpoint

Note that in the "reversible" section, he has a loop in the clojure
code with unnecessary Integer object creation which ends up doubling
the execution time.
--~--~---------~--~----~------------~-------~--~----~
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