Is Array.fy function really faster than slice? Not in Chrome 5, Firefox 3.6 or Opera 10.70.

In Mozilla, Array generics (e.g. Array.forEach(arguments, ...)) is almost always the fastest one.