daeuniverse / dae

eBPF-based Linux high-performance transparent proxy solution.
GNU Affero General Public License v3.0
3.05k stars 191 forks source link

chore: Replace regexp with regexp2 for better filtering #467

Closed xishang0128 closed 6 months ago

xishang0128 commented 7 months ago

Background

Checklist

Full Changelogs

Issue Reference

Closes #[issue number]

Test Result

douglarek commented 7 months ago

What stress test data is available to demonstrate that we indeed need to introduce this dependency to enhance performance? Where does the concept of 'better filtering' manifest?

xishang0128 commented 7 months ago

What stress test data is available to demonstrate that we indeed need to introduce this dependency to enhance performance? Where does the concept of 'better filtering' manifest?

regexp2 supports more regular expression formats, such as zero-length assertions, etc.