ExpressionParser icon indicating copy to clipboard operation
ExpressionParser copied to clipboard

Does it use any kind of cache?

Open StNekroman opened this issue 3 years ago • 0 comments

Does this lib use any internal cache in order to boost performance, when asked to evaluate the same expression many times? Ideally, I would like to have method .compileExpression() which will return function from given string expression argument.

StNekroman avatar Sep 11 '22 07:09 StNekroman