HaraldKi / monqjfa

NFA and DFA implementation in Java
http://pifpafpuf.de/Monq.jfa/
GNU General Public License v2.0
14 stars 11 forks source link

Maven support ? #3

Open fbacchella opened 5 years ago

fbacchella commented 5 years ago

Do you plan to publish this library on maven, or on jfrog ? I will then be able to include it in my regex benches: https://github.com/fbacchella/RegexPerf.

HaraldKi commented 5 years ago

Good hint, I should finally get around and do this. But its not really a plan with a deadline yet.-) Does your benchmark take care of different regex syntaxes? Because mine is quite non-standard in some regards.

fbacchella commented 5 years ago

No, it's purpose is to test different implementations of java.util.regex. The tested regex are here: https://github.com/fbacchella/RegexPerf/blob/7d56c996d17da3305ef3da44e87ebc9b5d6e0f55/src/main/java/loghub/Runner.java#L32. But I could (should?) split the test in basic vs perl/advanced regex.