Hi!
I have been programming in clojure for a few months now. I really like
the language.
Something that I have noted is that it is very easy to write slow
Clojure code.
After doing some programming and spending time optimizing things, I
decided to write on my blog some points on how to write efficient
Clojure code.

http://devlog.bigmonachus.org/2009/03/performance-tips-for-clojure.html

There are a couple of obvious ones, but also some others that I
haven't seen documented (like, map is much faster on lists than on
vectors since rest is O(1) for lists).
The list is not complete. Maybe you can tell me some other tips
--~--~---------~--~----~------------~-------~--~----~
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
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