8 lines
386 B
Markdown
8 lines
386 B
Markdown
# String sorting
|
|
This repository contains a set of functions to sort the characters of a string.
|
|
Various different functions are available:
|
|
* sort the ascii characters only (unsafe but efficient)
|
|
* sort the UTF-8 characters (requires memory allocation)
|
|
* sort the UTF-8 characters (more complex implementation but efficient)
|
|
|
|
Licensed under GPLv2 or later, same as the entire repository |