I figured the array::join would be slower, but not by that much.
Curious which one is faster between the other two, creating 4 instances of String in #1 or using a String template + a few String instances ... my feeling says the String template has some overhead over just normal String concats.
Curious which one is faster between the other two, creating 4 instances of String in #1 or using a String template + a few String instances ... my feeling says the String template has some overhead over just normal String concats.
Comments