Tag Archives: bytecode
Java bytecode, string concatenation and StringBuilder
In my earlier post I was making a fuss over picking the faster hash algorithm, and then I realised I was using + to concatenate strings. Should I always use a StringBuilder? Should I care even for small strings? Heck, … Continue reading