sslr icon indicating copy to clipboard operation
sslr copied to clipboard

Factorize call to string.length() in StringExpression

Open benzonico opened this issue 9 years ago • 1 comments

Method was called 3 times for each call to execute. By factorizing it to when object is constructed the number of invocation is really reduced and we can see a small gain in performance on small project.

benzonico avatar Dec 23 '15 15:12 benzonico

LGTM @benzonico

dbolkensteyn avatar Mar 14 '16 14:03 dbolkensteyn