-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
2021 Week 46-48 (from Nov 15)
-
NEW
-
NEW
When doing a KieBuilder::buildAll, mvel dialect tries to import all functions looking for the class in the classpath first, which takes too long, and then in drools, which is pretty faster. I propose to exchange the order in which they are looked for a better performance.
In my tests it's about 33%-50% faster. (in a DRL with 1000 rules and 50 function, ::buildAll goes from 10s to 6s)