saxbophone / tr-sort

Transpose-Sort —why sort numbers with comparisons when we can calculate their rough sort positions instead?
https://saxbophone.com/tr-sort
2 stars 0 forks source link

Josh/5 more testing number dist #8

Closed saxbophone closed 2 years ago

saxbophone commented 3 years ago

Well the good news is I've now got some skewed number distribution testing and I can sort float sets containing infinities and extreme finite values.

The bad news is that the custom number distribution/generation code I wrote doesn't seem to compile with anything other than Clang on macOS...

saxbophone commented 3 years ago

MSVC doesn't like testing the signed integer types and I have no idea why

saxbophone commented 2 years ago

Yay it works!