-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
faster SIMD regex search methods; improved anchor and word boundary matching speed and support; new `std::string_view strview()` matcher method.
- Loading branch information
1 parent
f737e1e
commit aa99680
Showing
375 changed files
with
6,871 additions
and
4,709 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="283,155,379,182"/> | ||
<area shape="rect" id="node9" href="$absmatcher_8h.html" title="RE/flex abstract matcher base class and pattern matcher class. " alt="" coords="679,80,815,107"/> | ||
<area shape="rect" id="node3" href="$utf8_8h.html" title="RE/flex UCS to UTF-8 converters. " alt="" coords="213,230,303,257"/> | ||
<area shape="rect" id="node10" href="$convert_8h.html" title="RE/flex regex converter. " alt="" coords="434,155,545,182"/> | ||
<area shape="rect" id="node14" href="$debug_8h.html" title="RE/flex debug logs and assertions. " alt="" coords="1083,155,1187,182"/> | ||
<area shape="rect" id="node16" href="$traits_8h.html" title="Type traits for (non-)const type inference. " alt="" coords="569,155,666,182"/> | ||
<area shape="rect" id="node17" href="$simd_8h.html" title="RE/flex SIMD primitives. " alt="" coords="742,155,838,182"/> | ||
<area shape="rect" id="node11" href="$error_8h.html" title="RE/flex regex errors. " alt="" coords="599,230,692,257"/> | ||
<area shape="rect" id="node2" href="$input_8h.html" title="RE/flex input character sequence class. " alt="" coords="81,155,178,182"/> | ||
<area shape="rect" id="node10" href="$absmatcher_8h.html" title="RE/flex abstract matcher base class and pattern matcher class. " alt="" coords="381,80,516,107"/> | ||
<area shape="rect" id="node3" href="$utf8_8h.html" title="RE/flex UCS to UTF-8 converters. " alt="" coords="208,230,299,257"/> | ||
<area shape="rect" id="node11" href="$convert_8h.html" title="RE/flex regex converter. " alt="" coords="717,155,828,182"/> | ||
<area shape="rect" id="node15" href="$debug_8h.html" title="RE/flex debug logs and assertions. " alt="" coords="893,155,996,182"/> | ||
<area shape="rect" id="node17" href="$traits_8h.html" title="Type traits for (non-)const type inference. " alt="" coords="202,155,300,182"/> | ||
<area shape="rect" id="node18" href="$simd_8h.html" title="RE/flex SIMD primitives. " alt="" coords="545,155,642,182"/> | ||
<area shape="rect" id="node12" href="$error_8h.html" title="RE/flex regex errors. " alt="" coords="814,230,907,257"/> | ||
</map> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7452a3556b0aa2d610a5d727eda2113c | ||
898959d8e27a556624d1fbf3314829a8 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<map id="absmatcher.h" name="absmatcher.h"> | ||
<area shape="rect" id="node2" href="$convert_8h.html" title="RE/flex regex converter. " alt="" coords="309,80,421,107"/> | ||
<area shape="rect" id="node9" href="$debug_8h.html" title="RE/flex debug logs and assertions. " alt="" coords="5,80,109,107"/> | ||
<area shape="rect" id="node11" href="$input_8h.html" title="RE/flex input character sequence class. " alt="" coords="606,80,703,107"/> | ||
<area shape="rect" id="node15" href="$traits_8h.html" title="Type traits for (non-)const type inference. " alt="" coords="738,80,835,107"/> | ||
<area shape="rect" id="node16" href="$simd_8h.html" title="RE/flex SIMD primitives. " alt="" coords="910,80,1007,107"/> | ||
<area shape="rect" id="node11" href="$input_8h.html" title="RE/flex input character sequence class. " alt="" coords="557,80,653,107"/> | ||
<area shape="rect" id="node16" href="$traits_8h.html" title="Type traits for (non-)const type inference. " alt="" coords="1030,80,1127,107"/> | ||
<area shape="rect" id="node17" href="$simd_8h.html" title="RE/flex SIMD primitives. " alt="" coords="858,80,955,107"/> | ||
<area shape="rect" id="node3" href="$error_8h.html" title="RE/flex regex errors. " alt="" coords="234,155,328,182"/> | ||
<area shape="rect" id="node12" href="$utf8_8h.html" title="RE/flex UCS to UTF-8 converters. " alt="" coords="504,155,594,182"/> | ||
<area shape="rect" id="node12" href="$utf8_8h.html" title="RE/flex UCS to UTF-8 converters. " alt="" coords="643,155,733,182"/> | ||
</map> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
990f950248ac6dcdf9a8360c1600b1de | ||
6787e5b05140d567232b4fd974e5edfd |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.