in reply to sort of misunderstanding of sort
sort can't do this because it's designed to be fast with O(n*log(n))
There used to be a way to change the applied algorithm, but that's deprecated now https://perldoc.perl.org/sort
Cheers Rolf
(addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: sort of misunderstanding of sort
by LanX (Saint) on Mar 21, 2023 at 11:51 UTC |