sslr
sslr copied to clipboard
Factorize call to string.length() in StringExpression
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.
LGTM @benzonico