MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / das_sort

Function das_sort

include/daScript/simulate/das_qsort_r.h:752–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750// module_builtin_runtime_sort.cpp.
751template <typename T, typename Compare>
752inline void das_sort(T *first, T *last, Compare cmp)
753{
754 das_sort_skeleton_t<T, Compare, false>(first, last, cmp);
755}
756
757// das_sort_block — typed pure-block-partition introsort. No Hoare fallback
758// at any sub-range size. Bench-only ceiling test for the block-partition

Callers 11

builtin_sort_stringFunction · 0.85
run_sort_deep_diveFunction · 0.85
das_stable_sortFunction · 0.85
srtMethod · 0.85
srtrMethod · 0.85
srtMethod · 0.85
builtin_sort_cblockFunction · 0.85
srtMethod · 0.85
srtrMethod · 0.85
srtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected