pdqsort topic

List pdqsort repositories

quadsort

2.1k
Stars
104
Forks
Watchers

Quadsort is a branchless stable adaptive mergesort faster than quicksort.

crumsort

315
Stars
8
Forks
Watchers

A branchless unstable quicksort / mergesort that is highly adaptive.

LGenerics

105
Stars
16
Forks
Watchers

Generic algorithms and data structures for Lazarus/Free Pascal

pdqsort

108
Stars
7
Forks
Watchers

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