Home
last modified time | relevance | path

Searched refs:minrun (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dlistobject.c2273 Py_ssize_t minrun; in list_sort_impl() local
2444 * and extending short natural runs to minrun elements. in list_sort_impl()
2446 minrun = merge_compute_minrun(nremaining); in list_sort_impl()
2457 /* If short, extend to min(minrun, nremaining). */ in list_sort_impl()
2458 if (n < minrun) { in list_sort_impl()
2459 const Py_ssize_t force = nremaining <= minrun ? in list_sort_impl()
2460 nremaining : minrun; in list_sort_impl()

Completed in 5 milliseconds