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