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

Function pick_iters

examples/sort/bench_stable_sort.cpp:335–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335int pick_iters(size_t n) {
336 if (n <= 1000) return 5000;
337 if (n <= 10000) return 500;
338 return 100;
339}
340
341template <typename T>
342void run_for_type(const char * type_name) {

Callers 2

run_for_typeFunction · 0.70
run_expensive_cmpFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected