Ability to switch to another SignatureRule implementation
jeanouii opened this issue · 2 comments
jeanouii commented
In order to improve #472 , I have created an alternate approach using regular expressions.
It's way faster for me at least. I understand it's not the approach chosen, but I found out that switching the default SignatureRuleImpl to a RegexpSignatureRuleImpl with regular expression can probably allow both to be used.
The PR coming soon aims at providing the ability to switch to another implementation so one can plugin his own implementation
jeanouii commented
The PR uses a Regular expression approach. The speed gain is huge.
jeanouii commented
Same as for the PR. No interest so closing