Shawn Smith
Shawn Smith
Yes if we try parse these, we'd need to store how much precision the value has. However, my use case is just for sorting, where I actually don't need to...
I'm kind of waiting on what happens with generics. If it is performant enough, I'm just going to start a v2 and clean out the duplicate code. If not then...
That being said, have at it. I'd be fascinated to see an in-place radix sort in Go, even if it's just for uint64. I read some stuff on it several...
This would need to be enough of an improvement to be worth the additional code complexity. The important platforms I am targeting for this library are x86_64 (both intel and...
Created a new issue for generics; this issue is now specifically about in-place radix sort.
Trying to get a unified `Ordered` call is not happening. I'd still like to do this at some point, but it would likely be as a subpackage later on. Putting...