Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build & evaluate pure python regex filter #235

Open
masklinn opened this issue Nov 24, 2024 · 0 comments
Open

Build & evaluate pure python regex filter #235

masklinn opened this issue Nov 24, 2024 · 0 comments

Comments

@masklinn
Copy link
Contributor

FilteredRE2 (and regex-filtered) show amazing results on ua-parser work load, however if for some reason they're not available (or they're missed) users are stuck with the horror show that is sequential regex matching.

regex filtering should be reimplemented for the stdlib's re module in order to see how it behaves and if the gain is as significant as it is for the native regexes. The big question will be how efficient a pure python aho-corasick is (possibly via ahocorapy?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant