cloudevents / sdk-go

Go SDK for CloudEvents
https://cloudevents.github.io/sdk-go/
Apache License 2.0
771 stars 213 forks source link

Improve CESQL LIKE expression implementation #1048

Open Cali0707 opened 2 weeks ago

Cali0707 commented 2 weeks ago

Currently, the CESQL LIKE expressions build and then evaluate a regex. Since LIKE is a very strict subset of the possible matches one can do with regex, we can implement a more efficient algorithm for LIKE matching.

Cali0707 commented 2 weeks ago

@duglin can you assign this to me?