Repository navigation

#

pdqsort

A branchless unstable quicksort / mergesort that is highly adaptive.

C
327
9 个月前

Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.

Go
116
2 年前

A port of Go's sort package to V

V
10
2 年前

Orson Peters' PDQSort algorithm translated to Free Pascal.

Pascal
9
3 年前

collection of tested Go integer sort algorithms

Go
2
5 年前

Pattern-Defeating QuickSort implementation using Python.

Python
0
3 年前

Python Extension of Orson Peters' pdq sorting algorithm

C++
0
2 年前

Parallel Pattern-Defeating Quicksort with Intel® oneAPI Thread Building Blocks.

C++
0
2 年前