Struct tau_engine::Optimisations
source · pub struct Optimisations {
pub coalesce: bool,
pub matrix: bool,
pub rewrite: bool,
pub shake: bool,
}Expand description
The types of optimisations to apply to a rule.
Fields§
§coalesce: boolcaalesce the identifier’s expressions into the condition.
matrix: boolmake use of matrix expressions.
rewrite: boolrewrite inefficient string searches.
shake: booltree shake the rule logic to ensure efficiency.