ExpressionParser
ExpressionParser copied to clipboard
Does it use any kind of cache?
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.