Open manisharma opened 1 year ago
Thanks, makes perfect sense to change that. The
strings.Builder
didn't exist back when I was writing this code.No need to include 2 versions and benchmarks, though, we're not a strings building library ;-). Just change the old implementation to the new one.
Done, thanks!
Proposing to use
strings.Builder
in place ofstring concatenation
, inbattery.Error()
- following are the results -