Skip to content

Tobiky/compiled-regex

Repository files navigation

compiled-regex

Thesis on performance benifits of compiling RegEx

Datasets

These datasets are exlusively used for benchmarking purposes.

Datasets to test RegEx on

RegEx or parsable into RegEx

To do

  • Optimizations
    • Generated Code
      • Character sequences replacing character concatenation ("ab" should be tried as "ab", not "a" then "b")
      • Byte automata instead of using .chars().nth()
      • Use MIN_LEN constant to boundry check strings
    • Compilation
      • Reduce string duplication/copying

About

Thesis on performance benifits of compiling RegEx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published