Am 29.02.2012, 04:11 Uhr, schrieb Adam D. Ruppe <[email protected]>:
sort can be a wrapper of Array.prototype.sort() from Javascript, thus letting us leave out the implementation. Odds are the native method will be faster anyway.
That's right, although at least Google tries to implement the predefined functions in JS as well (that's what an engineer said in a video podcast)
