Hacker News new | ask | show | jobs
by jnwatson 2080 days ago
Sorts better that way.
1 comments

It would binary sort weird with negatives < 0 < positives but would put the largest magnitude negative closest to 0.

Also not Offset binary which uses 0111 for -1 rather than MySQL's 0001.