It really depends on your application. I am not aware of any benchmarks of Clojure programs on different JVMs.
A typical Clojure program puts more stress on the garbage collector than a typical Java program, so JVMs with optimized garbage collection may perform better. Whatever JVM you use, make sure you are familiar with its performance-tuning settings, such as heap size and garbage collection strategy. -Stuart Sierra clojure.com -- 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