← Back to context Comment by IshKebab 7 days ago "You can" - in theory, or does this actually exist? 3 comments IshKebab Reply dilyevsky 7 days ago https://pkg.go.dev/github.com/google/cel-go/cel#Env.Estimate... akshayshah 6 days ago There’s a whole section on this on TFA: https://celbyexample.com/execution-cost/ AlecBG 7 days ago With certain macros disabled like .map the runtime is O(code length)!
akshayshah 6 days ago There’s a whole section on this on TFA: https://celbyexample.com/execution-cost/
https://pkg.go.dev/github.com/google/cel-go/cel#Env.Estimate...
There’s a whole section on this on TFA: https://celbyexample.com/execution-cost/
With certain macros disabled like .map the runtime is O(code length)!