rust-leipzig / regex-performance

Performance comparison of regular expression engines.
Apache License 2.0
101 stars 31 forks source link

Added Yara #15

Closed regeciovad closed 2 years ago

regeciovad commented 2 years ago

I added Yara (https://github.com/VirusTotal/yara) for comparison. Yara uses a little bit different format of input (rules instead of just patterns). For that reason, I created a ruleset for tests. The last two regular expressions are not supported at this moment in Yara, so they are skipped. The PR is also adding links to Yara and CTRE as supported engines.