e.g. string s = to!string(100);
I'm seeing a pretty dramatic slow down in my code when I use a conversion like this (when looped over 10 million iterations for benchmarking).
Cheers!
Andrew Chapman via Digitalmars-d-learn Tue, 22 Dec 2015 09:21:11 -0800
e.g. string s = to!string(100);
I'm seeing a pretty dramatic slow down in my code when I use a conversion like this (when looped over 10 million iterations for benchmarking).
Cheers!