> So, if it is true that range produces objects and dotimes produces
> primitive longs, then I believe that it is the odd interaction between
> bit-shift-left's inlining and long objects (as opposed to primitives)
> that is causing the disparity in your measurements, not something
> inherent in the mechanism of doseq vs dotimes.

[Oops - sorry for the blank email]

I notice, that If you enable *warn-on-reflection*, you can see that a call 
using the inline version gets compiled as a reflective call. If you remove 
the inline definition, no such reflective call is made. Not sure why this is.

-- 
Dave

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