manfred-kaiser / business-rule-engine

Python DSL for setting up business intelligence rules
GNU General Public License v3.0
69 stars 21 forks source link

Compile rule once for increased speed. #19

Closed yarongon closed 1 month ago

yarongon commented 2 months ago

Compile each rule only once. Increases the speed significantly in case the rules are executed on a list of parameters.