You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should result in lexicographic sorting (MSD radix sort), such that sort.StringsAreSorted is always true after sorting
Possibly allows for v2 Sort function that handles the entire constraints.Ordered type space, assuming I can get reflection and generics to play nice together.
I tried this once when I first wrote zermelo and it was too slow, but may as well give it another shot.
The text was updated successfully, but these errors were encountered:
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 this on the back burner...
The goal here is to attempt to add
SortStrings[S ~string]([]S)
andStringSorter[~string]
Sort
function that handles the entireconstraints.Ordered
type space, assuming I can get reflection and generics to play nice together.I tried this once when I first wrote zermelo and it was too slow, but may as well give it another shot.
The text was updated successfully, but these errors were encountered: