microsoft / regorus

Regorus - A fast, lightweight Rego (OPA policy language) interpreter written in Rust.
MIT License
106 stars 27 forks source link

`eval_rule`: Evaluate rules directly instead of queries #186

Closed anakrish closed 3 months ago

anakrish commented 3 months ago

closes #185

anakrish commented 3 months ago

@unexge Consider using eval_rule if possible. It is more performant than eval_query at the microsecond level.

unexge commented 3 months ago

Thank you @anakrish! That improved our internal benchmarks between 10% to 30% 🚀