sdk-go icon indicating copy to clipboard operation
sdk-go copied to clipboard

Improve CESQL LIKE expression implementation

Open Cali0707 opened this issue 9 months ago • 1 comments

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 avatar May 01 '24 17:05 Cali0707

@duglin can you assign this to me?

Cali0707 avatar May 01 '24 17:05 Cali0707

This was resolved in https://github.com/cloudevents/sdk-go/pull/1049

Cali0707 avatar Jul 31 '24 02:07 Cali0707