hyperjumptech / grule-rule-engine

Rule engine implementation in Golang
Other
2.2k stars 340 forks source link

MatchString #452

Open wang-moo opened 4 months ago

wang-moo commented 4 months ago

Extensive use of the string.MatchString() function causes the CPU to consume a lot of compilation time. Can this compilation be included in the entire rule compilation process?