-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
- faster Matcher::find() with a new DFA cut algorithm to optimize match prediction speed and accuracy, see also ugrep 5.0 - apply Unicode pattern canonicalization with reflex::convert(..., reflex::convert_flag::unicode)
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<map id="abslexer.h" name="abslexer.h"> | ||
<area shape="rect" id="node2" href="$input_8h.html" title="RE/flex input character sequence class. " alt="" coords="175,155,272,181"/> | ||
<area shape="rect" id="node9" href="$absmatcher_8h.html" title="RE/flex abstract matcher base class and pattern matcher class. " alt="" coords="430,80,566,107"/> | ||
<area shape="rect" id="node2" href="$input_8h.html" title="RE/flex input character sequence class. " alt="" coords="132,155,229,181"/> | ||
<area shape="rect" id="node9" href="$absmatcher_8h.html" title="RE/flex abstract matcher base class and pattern matcher class. " alt="" coords="429,80,565,107"/> | ||
<area shape="rect" id="node3" href="$utf8_8h.html" title="RE/flex UCS to UTF-8 converters. " alt="" coords="242,229,333,256"/> | ||
<area shape="rect" id="node10" href="$convert_8h.html" title="RE/flex regex converter. " alt="" coords="554,155,666,181"/> | ||
<area shape="rect" id="node14" href="$debug_8h.html" title="RE/flex debug logs and assertions. " alt="" coords="690,155,794,181"/> | ||
<area shape="rect" id="node16" href="$traits_8h.html" title="Type traits for (non-)const type inference. " alt="" coords="818,155,917,181"/> | ||
<area shape="rect" id="node17" href="$simd_8h.html" title="RE/flex SIMD intrinsics. " alt="" coords="941,155,1039,181"/> | ||
<area shape="rect" id="node10" href="$convert_8h.html" title="RE/flex regex converter. " alt="" coords="597,155,709,181"/> | ||
<area shape="rect" id="node14" href="$debug_8h.html" title="RE/flex debug logs and assertions. " alt="" coords="733,155,837,181"/> | ||
<area shape="rect" id="node16" href="$traits_8h.html" title="Type traits for (non-)const type inference. " alt="" coords="861,155,959,181"/> | ||
<area shape="rect" id="node17" href="$simd_8h.html" title="RE/flex SIMD intrinsics. " alt="" coords="984,155,1081,181"/> | ||
<area shape="rect" id="node11" href="$error_8h.html" title="RE/flex regex errors. " alt="" coords="509,229,604,256"/> | ||
</map> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1c4803173d713f3e70d5f4919a45bcaa | ||
0352b9a3674ae57a779bfd1f30b47c0d |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4303d2f58b9c50637db437e3b27c97ae | ||
d26621782a4a27fd515df001e9c599d0 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0a87c013105ca55d33b6d37a9c374d03 | ||
32fc3ae52f8e0a18b5622f06f0a6371e |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.