| Issue |
61459
|
| Summary |
Switch to in-place std::stable_sort
|
| Labels |
|
| Assignees |
|
| Reporter |
higher-performance
|
Hi, I just wanted to suggest switching to an in-place `std::stable_sort` implementation - one candidate for this being [WikiSort](https://github.com/BonzaiThePenguin/WikiSort).
These are relatively modern algorithms designed to asymptotically minimize the number of comparisons, swaps, etc. while avoiding dynamic memory allocation, and it would be great to utilize them.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs