[ 源代码: pdqsort ]
软件包:pdqsort-dev(0.0.0+git20180419-2.1)
pdqsort-dev 的相关链接
Debian 的资源:
下载源码包 pdqsort:
- [pdqsort_0.0.0+git20180419-2.1.dsc]
- [pdqsort_0.0.0+git20180419.orig.tar.gz]
- [pdqsort_0.0.0+git20180419-2.1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
pattern-defeating quicksort compile-time c++ library
Pattern-defeating quicksort (pdqsort) is a novel sorting algorithm that combines the fast average case of randomized quicksort with the fast worst case of heapsort, while achieving linear time on inputs with certain patterns. pdqsort is an extension and improvement of David Mussers introsort.
This package provides c++ header with drop-in replacement for std::sort.