trinodb / re2j

Linear time regular expression matching in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RE2/J fork for Trino

This fork of Google RE2/J which is a port of Google RE2 to pure Java. The main difference is that this fork contains a port of the RE2 DFA, which is not part of RE2/J. Additionally, there are some performance improvements, and the code has been changed from Java String to Slice, which is a byte[] wrapper used by the Trino project.

Please see the Google projects for more information about RE2.

About

Linear time regular expression matching in Java

License:Other


Languages

Language:Java 98.1%Language:Awk 0.9%Language:Perl 0.5%Language:HTML 0.4%