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

New Feature Request - Scan on subset of Patterns from a Compiled Database #160

Open
simpleyetawesomeprojects opened this issue Jun 7, 2023 · 1 comment
Milestone

Comments

@simpleyetawesomeprojects

I have Compiled a Pattern Database for all of the patterns (say p1,p2,p3...pN)

I want to scan for a subset of patterns say p1,p3. Currently, this is possible only by Compiling another Database with p1 and p3. However, I would want to use the "Global" compiled database and scan for selective patterns from this.

This feature would be a great addition.

@markos markos added this to the 5.5+ milestone Mar 5, 2024
@todd-richmond
Copy link

we have a use case for this as well since compilation is so expensive (memory + cpu) but we only want to run a configurable subset of regexes on millions of content blobs. Currently we have to skip unwanted matches at a higher level

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

3 participants