Closed apolukhin closed 1 month ago
4
fields_count_binary_search_unbounded
min
min_of_size_t
std::*_t
As a result, the whole test suite now runs 10%-25% faster on MSVC, ~20% faster on Clang, and 7%-20% faster on GCC.
4
fields, to avoid slow startup on typical workloadsfields_count_binary_search_unbounded
function to reduce template instantiations depth by 1min
tomin_of_size_t
to avoid weired syntaxstd::*_t
versions of traits as they are faster in some implementationsAs a result, the whole test suite now runs 10%-25% faster on MSVC, ~20% faster on Clang, and 7%-20% faster on GCC.