Hi,

Am Freitag, 5. Oktober 2012 10:58:05 UTC+2 schrieb Karsten Schmidt:
>
> I've also seen the checks for RandomAccess and Sequential and by simply 
> moving them to the top (after the null check) of the long if-then cascade 
> in RT.nthFrom(), the old performance is restored. I will open a ticket and 
> submit a patch, but have to send in the CA first.
>
I'm a bit surprised about this, because vectors are Indexed. So they should 
not hit nthFrom() at all, since this case is handled in nth(). So changing 
nthFrom() should not have any impact on the speed of vector destructuring.

Kind regards
Meikel

 

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