AdvancedExpressionFolding icon indicating copy to clipboard operation
AdvancedExpressionFolding copied to clipboard

Optimizations

Open stokito opened this issue 6 years ago • 4 comments

Small micro optimizations mostly to avoid memory allocation:

  1. create StringBuilder with initial capacity
  2. use StringBuilder.append(char) instead of .append(String) or .append(Object) etc

stokito avatar Nov 12 '18 21:11 stokito

I couldn't find a .stickler.yml file in this repository. I can make one for you, or you can create one by following the documentation.

stickler-ci avatar Nov 12 '18 21:11 stickler-ci

I couldn't find a .stickler.yml file in this repository. I can make one for you, or you can create one by following the documentation.

stickler-ci avatar Nov 13 '18 20:11 stickler-ci

I couldn't find a .stickler.yml file in this repository. I can make one for you, or you can create one by following the documentation.

stickler-ci avatar Nov 14 '18 19:11 stickler-ci

@stokito I have merged your PR to my fork

AntoniRokitnicki avatar Jan 19 '24 22:01 AntoniRokitnicki