Skip to content

gpanther/regex-libraries-benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A JMH benchmark for different Java regular expression libraries inspired by tusker.org.

To run the code:

# we need to skip tests since almost all libraries fail a test or an other
mvn -Dmaven.test.skip=true clean package
# run the benchmarks including libraries which are not in Maven central
java -cp lib/jint.jar:target/benchmarks.jar net.greypanther.javaadvent.regex.RegexBenchmarks

The benchmark code is licensed under the Apache 2.0 license. Individual libraries are licensed under their respective licenses.

Read the post detailing the results on the JavaAdvent calendar.

About

A JMH benchmark for different Java regular expressions libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages