Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 515 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 515 Bytes

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.