Feature request: Add support for logical combination expressions in pure literal dbs
Open
- Dominant language
- C++
- Stars
- 5.5k
- Forks
- 816
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 2
Description
Hi,
Would it be possible to add support for adding logical combination expressions to a pure literal db, just like we have for the normal regex dbs?
Unfortunately, due to performance issues with using the normal regex dbs, I rely on pure literal dbs. But in these I really miss the support for having logical expressions on top of matched literal strings.
Alternative, if you could expose the logical expression functionality, so I could run it myself after the normal hs_scan(...) given a container of matched expression ids.
Contributor guide
Assessment
This issue has not been assessed yet.