Actions
Optimization #3847
closedmpm: use Rust Aho-Corasick crate
Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
Effort:
Difficulty:
Label:
Description
It might be interesting to try to see if we can use:
https://crates.io/crates/aho-corasick
No idea how it will perform vs our own C implementation.
Updated by Victor Julien about 2 years ago
- Related to Documentation #5620: doc: add vectorscan instructions added
Updated by Victor Julien 12 months ago
- Status changed from New to In Review
- Assignee changed from Community Ticket to Victor Julien
Got curious over the weekend: https://github.com/OISF/suricata/pull/9896
Updated by Victor Julien 7 months ago
- Status changed from In Review to Rejected
- Assignee deleted (
Victor Julien) - Target version deleted (
TBD)
Turns out it wasn't worth it, see https://github.com/OISF/suricata/pull/9911
Actions