Same conversion but without any lookup

This commit is contained in:
King_DuckZ 2021-06-07 20:01:34 +02:00
commit a68815b3cd
2 changed files with 3 additions and 11 deletions

View file

@ -33,7 +33,7 @@ void run_with_timing (
int main() {
using dhandy::int_conv;
constexpr const std::size_t count = 50'000'000;
constexpr const std::size_t count = 70'000'000;
std::vector<unsigned int> nums;
std::vector<std::string> strings;