intel / hyperscan

High-performance regular expression matching library
https://www.hyperscan.io
Other
4.71k stars 705 forks source link

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

Open simpleyetawesomeprojects opened 1 year ago

simpleyetawesomeprojects commented 1 year ago

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.