New Sorting Algorithm #173
Labels
core
Work on the algorithm design and implementation
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
huge
Large task potentially involving architectural or breaking changes
performance
Performance related discussion or suggestion
Describe what you are looking for
For lexicographic sorting of strings, StringZilla uses a "hybrid-hybrid" approach with$O(n * log(n))$ and.
That approach has several issues.
std::sort
by a factor of 3!So there is a lot we can improve, and there several links to keep in mind for anyone considering collaborating here.
This is not an inclusive list, and I'm open to other algorithmic ideas.
Can you contribute to the implementation?
Is your feature request specific to a certain interface?
It applies to everything
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: