Just wanted to say thanks for putting in all the work on the shootout 
programs, Andy.

On Friday, September 7, 2012 1:12:44 AM UTC-7, Andy Fingerhut wrote:
> All Clojure programs within 4x the run time of the
> corresponding Java programs, averaging around 2.5x the run
> time of Java.

That's pretty darn good.

> Lesson I've learned: If you've got an inner loop of your
> program that you really really need to run faster, code it
> in Java, C, or even assembler. Use profiling tools to find
> those spots, rather than guessing where you think they
> might be. 

Agreed.

-S

-- 
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