pdqsort icon indicating copy to clipboard operation
pdqsort copied to clipboard

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

Results 1 pdqsort issues
Sort by recently updated
recently updated
newest added

Hello, TiDB has a plan to use pdqsort to improve sort performance. but we find that Golang will support pdqsort in the Go1.19. So we decide to use this library...