Y
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
xxs
1482 days ago
Sorting integers is actually rare in practice, esp. not very useful for a browser.
link
skybrian
1482 days ago
The method exists. They could make it faster without breaking anything.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
link