Quicksort library for Rust language.
A double pivot quicksort implementation for in-place sorting.
Collections quicksort.
A quicksort implementation for in-place sorting.
Generic implementation of quicksort algorithm
A simple multithreaded quicksort implementation
An example repository showing how to create well-typed, highly portable WASM libraries using a narrow, opinionated approach to project structure
A QuickSort implementation with a cursor based partitioner and pivot selector
Glidesort sorting algorithm
Pattern-defeating quicksort
Sort arrays and slices in const contexts.
Implements a macro providing a compile-time quicksort function for arrays of any length, containing any primitive Copy type with a PartialOrd implementation.
Quicksort algorithm with optimisations.
lightweight implementation of the quicksort algorithm
This gem introduces a quicksort implementation in C. It also introduces a reference implementation in Ruby. Just for some benchmarking fun.
Quicksort and some neat code
This module can sort(BubbleSort, SelectSort, MergeSort, QuickSort).