我设计了一种新型的排序算法,是一个改进型的桶排序,平均速度是快排的 3 倍,最快达到 20 倍,可以试试
hackware1993 opened this issue · 2 comments
hackware1993 commented
Chen sort 是一个混合排序,如果将底层替换为 pdqsort,那它的速度也能达到 pdqsort 的三倍
zhangyunhao116 commented
The Go version of pdqsort has been merged into Go runtime, we don't discuss algorithm differences in this repository, if you have a better sorting algorithm, maybe hacknews is a better place, Thanks!