Size threshold below which we fall back to insertion sort.
Synopsis
Declared in <folly/algorithm/StableRadixSort.h>
inline constexpr size_t kRadixSortThreshold = 16;
Created with MrDocs
Size threshold below which we fall back to insertion sort.
Declared in <folly/algorithm/StableRadixSort.h>
inline constexpr size_t kRadixSortThreshold = 16;
Created with MrDocs