AdvancedExpressionFolding
AdvancedExpressionFolding copied to clipboard
Optimizations
Small micro optimizations mostly to avoid memory allocation:
- create StringBuilder with initial capacity
- use
StringBuilder.append(char)
instead of.append(String)
or.append(Object)
etc
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.
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.
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.
@stokito I have merged your PR to my fork