moar-regex / moar

Deterministic Regular Expressions with Backreferences
MIT License
21 stars 3 forks source link

Planned as Maven Artifact? #23

Open almondtools opened 2 years ago

almondtools commented 2 years ago

I have written a regex benchmark comparing different regex engines for Java. Lately I found your approach and would be curious how it performs compared to the other alternatives.

Yet I restricted the benchmark to projects that are available as maven library artifact. I am not certain whether your project may be distributed in such a way. If so, I would offer to integrate a new benchmark in regexbench (a pull request is also welcome).

s4ke commented 2 years ago

Disclaimer: This project originated out of a research project at university. The aim was not to have the fastest implementation, but instead to have a reference implementation for this paper which I was not involved in:

http://ddfy.de/sci/det.pdf

About the maven repo:

Since there does not seem to be too much interest of people in using this library, I have not thought about publishing this to maven central. I don't know how much work that would be tbh as I have not done this for any project, yet.

almondtools commented 2 years ago

Thanks for your answer.

If you are interested: A documentation how to do this at sonatype is found here. Of course there is some initial work to be done, but after having a sonatype account you can publish new projects with the same namespace without any additional effort.

If it is too much effort you may close this issue.

Best Regards,

Stefan