Searched refs:min_cubic_size_per_thread (Results 1 – 1 of 1) sorted by relevance
581 static const std::uint64_t min_cubic_size_per_thread = 64 * 1024; in HowManyThreads() local588 std::min(thread_count, int(cubic_size / min_cubic_size_per_thread)); in HowManyThreads()