6 projects
quill-sort
Adaptive sorting that auto-dispatches to the fastest available backend (compiled, GPU, parallel) with a guaranteed numpy/Timsort fallback; Quill.UltraSort engine for billion-element integer workloads.
quill-fastsort-simd
Single-threaded radix sort backend (simd_companion API) for quill-sort — portable C++ build for macOS, Linux and Windows.
quill-fastsort-numa
NUMA-aware parallel MSD-radix sort backend (numa API) for quill-sort — portable C++ build for macOS, Linux and Windows.
quill-fastsort-ips4o
Parallel comparison samplesort backend (ips4o API) for quill-sort — portable C++ build for macOS, Linux and Windows.
quill-fastsort-parallel
Parallel MSD-radix sort backend (rust_parallel_radix API) for quill-sort — portable C++ build for macOS, Linux and Windows.
quill-fastsort
Multi-threaded MSD-radix sort backend (rust_voracious API) for quill-sort — portable C++ build for macOS, Linux and Windows.