Module adaptive_sort

Module adaptive_sort 

Source

Structs§

AdaptiveSort
Adaptive sorting algorithm that selects optimal strategy based on data patterns

Enums§

DataPattern
DataType
SortAlgorithm

Functions§

branchless_compare
Branch-free comparison for integers (eliminates branch misprediction)
simd_find_min_max
Fallback for non-x86_64 architectures