You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These will just be printed anyway, converting a number to a string to
immediately print it is unnecessary.
Running a benchmark on a large, heavily annotated string we see a 5%
reduction in runtime (13.6ms -> 12.9) and a 1% reduction in
allocations (412k -> 408k).
0 commit comments