Actions
Optimization #1222
openBoyer Moore content not shared between same content
Description
The Boyer Moore context and data could be shared for content that is identical, but in different rules. The only tricky part is the case/nocase for the match must also be the same. Currently, the case version is created when the content is parsed and then converted to nocase when the "nocase" keyword is parsed.
Sharing would save some memory and allow for better caching.
Updated by Andreas Herz almost 9 years ago
- Assignee set to OISF Dev
- Target version set to TBD
Actions