JaredDavis22 opened a new pull request, #5837:
URL: https://github.com/apache/incubator-kie-drools/pull/5837

   Improves performance of matches operator by optionally caching the Pattern 
instances compiled from the regular expression.
   
   To use the cache add the following property before MatchesOperator is 
initialized.
   
   System.setProperty("drools.matches.compiled.cache.count", "100");
   
   I did not know how to create a test case that would run for both cases where 
the system property "drools.matches.compiled.cache.count" is 0 and is a 
positive number > 0.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to