Hacker News new | ask | show | jobs
by skybrian 1482 days ago
Will browsers start using this code for typed array sorting? Maybe they already do?
1 comments

Sorting integers is actually rare in practice, esp. not very useful for a browser.
The method exists. They could make it faster without breaking anything.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...