Skip to content

Concatenate with String::substring instead of StringBuilder::append

Сергей Цыпанов requested to merge stsypanov/asm:sub-string into master

Changed code is not only shorter and more simple, but also faster and consumes less memory, see measurements here: https://youtrack.jetbrains.com/issue/IDEA-205676

Merge request reports