Hacker News new | ask | show | jobs
by valtron 4572 days ago
Also works for sorting strings in alphabetical order.
2 comments

Strings are merely numbers of a higher base (YMMV with Unicode craziness)
This is ot so obvious because strings are of varying length. I mean not as efficient asfr sorting integer numbers. With uniode things get even more complicate.