Just a general note of caution. range is a highly specialized (and 
optimized) impl for both reducing and seq traversal. Also note that seqs on 
vecs are about the next-most optimized seq (because they also don't 
allocate or cache - rather they just pull from the vector nodes as the 
backing store for elements). So just be cautious about making general 
conclusions about reduce and seq performance from these two specific cases.

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to