radix sorting implementations for strings and integers in <100 loc
- Go 100%
| go.mod | ||
| LICENSE | ||
| README.md | ||
| sort.go | ||
radixsort
Silly but simple radix-based sorting implementations for strings and integers in <100 loc.
Slightly worse than slices.Sort (PDQSort) on strings, much worse on integers.