From f34a9b8ff5f821fd0b3f05a2c1f6ec462199ea26 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Tue, 11 Dec 2018 21:37:31 +0800 Subject: [PATCH] Sorting: Add pdqsort --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16d5500..4401a15 100644 --- a/README.md +++ b/README.md @@ -680,6 +680,7 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua ## Sorting +* [pdqsort](https://github.com/orlp/pdqsort) - Pattern-defeating quicksort. [zlib] * [Timsort](https://github.com/gfx/cpp-TimSort) - A templated stable sorting function which outperforms quicksort-based algorithms including std::sort, for reversed or semi-sorted data. [MIT] ## Video @@ -753,7 +754,6 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua * [libusb](http://www.libusb.org/) - A universal USB library which allows for portable access to USB devices. [LGPL2] * [Mach7](https://github.com/solodon4/Mach7) - A Pattern-matching library for C++. [BSD] * [meta](https://github.com/skypjack/meta) - Header-only, non-intrusive and macro-free runtime reflection system in C++. [MIT] -* [pdqsort](https://github.com/orlp/pdqsort) - Pattern-defeating quicksort. [zlib] * [PEGTL](https://github.com/ColinH/PEGTL) - The Parsing Expression Grammar Template Library, a C++11 parser library. [MIT] * [PHP-CPP](https://github.com/CopernicaMarketingSoftware/PHP-CPP) - A library to build PHP extensions with C++. [Apache2] [website](http://www.php-cpp.com/) * [Remote Call Framework](http://www.deltavsoft.com/) - Inter-process communication framework for C++. [GPL2/Commercial]