Consider this much simpler solution http://pastie.textmate.org/93467
On Sep 3, 12:37 pm, Samuel Lebeau <[EMAIL PROTECTED]> wrote: > The fact is hacking with Array.prototype.slice is actually slower > than the original $A. > Try this patch :http://dev.rubyonrails.org/ticket/9464 > It uses Array.slice on Gecko and Robert Katić's code on all other > platforms and it is really improving performance, at least on my > laptop :). > > Le 3 sept. 07 à 12:31, Радослав Станков a écrit : > > > > > I didn't understand why don't use Array.prototype.slice from here > >http://www.danwebb.net/2006/11/7/a-low-down-dirty-goblin-of-a-hack? > > It was working well when I tested with my app ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype: Core" 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/prototype-core?hl=en -~----------~----~----~----~------~----~------~--~---
