Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
335
int pick_iters(size_t n) {
336
if (n <= 1000) return 5000;
337
if (n <= 10000) return 500;
338
return 100;
339
}
340
341
template <typename T>
342
void run_for_type(const char * type_name) {
Callers
2
run_for_type
Function · 0.70
run_expensive_cmp
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected