Thanks to http://dev.jquery.com/ticket/3995
On 15 stu, 11:22, DBJDBJ <[email protected]> wrote: > I noticed this by accident (I had a bug in some speed tests) > If i give them both an array of size 1e5, the latest one is twice as > fast as 1.2.6 ? > > var A[1e5], j=1e5; while(j--) A[j] = j ; > > $140(A), exits (on average) twice as fast as $126(A) ... > > --DBJ > > PS: > $126 --- jQuery 1.2.6 > $140 -- jQuery 1.4.pre -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=.
