MCPcopy Create free account
hub / github.com/apple-oss-distributions/dyld / shouldUseParallelSort

Function shouldUseParallelSort

common/Algorithm.h:293–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293inline bool shouldUseParallelSort(size_t size) { return size > details::serialThreshold; }
294
295// NOTE: This implementation is suitable only for large ranges and when the comparison
296// is expensive, e.g. strings, so that it can be done in parallel. When sorting a simple

Callers 1

parallelSortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected