NoamSherr

Results 2 issues of NoamSherr

cel-go has support for the strings and math function extensions - is the extension supported? And if so how can it be set up in the environment [ext/strings.go](https://github.com/google/cel-go/blob/master/ext/strings.go)

documentation
question

Hey there, I encountered some performance benchmarks of certain CEL expressions evaluations using the library and wanted to know if that's the expected outcome. I saw https://github.com/cloud-custodian/cel-python/wiki/Early-Profiling-Data and https://github.com/cloud-custodian/cel-python/blob/main/benches/large_resource_set.py and...