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/explicit template instantiations #11

Open saxbophone opened 2 years ago

saxbophone commented 2 years ago

Testing this out

saxbophone commented 1 year ago

I'm not sure, this could be useful to save having to re-generate code for these common types all the time, yet on the other hand, it might prevent tr-sort from being used on unseen compatible types...