Hi hackers,
I'd submit an implementation of multi-key sort for review. Please see the
code as attachment. Thanks for your reponse in advance.
Overview
MKsort (multi-key sort) is an alternative of standard qsort algorithm,
which has better performance for particular sort scenarios, i.e.
5.258 ms
2947.262 ms
No mksort code:
2947.094 ms
2946.419 ms
2953.215 ms
Almost the same.
I also updated code with small enhancements. Please see the latest code
as attachment.
Thanks,
Yao Wang
发件人: Heikki Linnakangas
发送时间: 2024年5月22日 23:29
收件人: Wan