Is Array.fy function really faster than slice? Not in Chrome 5, Firefox 3.6 or Opera 10.70.
Array.fy
slice
In Mozilla, Array generics (e.g. Array.forEach(arguments, ...)) is almost always the fastest one.
Array.forEach(arguments, ...)