-
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.
fix FuzzyMatcher::DEL flag when this is the only flag selected; fix FuzzyMatcher::matches() bug that incorrectly matched an extra character before the end of the input; optimize find(); updated saving the FSM pred[] hashes to a file, which has changed; increase default buffer size REFLEX_BUFSZ to 128K for best throughput performance.
- Loading branch information
1 parent
2bdc213
commit 2aab1b2
Showing
354 changed files
with
3,666 additions
and
1,991 deletions.
There are no files selected for viewing
This file was deleted.
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
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,8 +1,9 @@ | ||
<map id="absmatcher.h" name="absmatcher.h"> | ||
<area shape="rect" id="node2" href="$abslexer_8h.html" title="RE/flex abstract lexer base class for reflex-generated scanners. " alt="" coords="5,80,89,107"/> | ||
<area shape="rect" id="node4" href="$boostmatcher_8h.html" title="Boost::regex-based matcher engines for pattern matching. " alt="" coords="113,80,227,107"/> | ||
<area shape="rect" id="node5" href="$matcher_8h.html" title="RE/flex matcher engine. " alt="" coords="251,80,332,107"/> | ||
<area shape="rect" id="node6" href="$pcre2matcher_8h.html" title="PCRE2-JIT-based matcher engines for pattern matching. " alt="" coords="357,80,471,107"/> | ||
<area shape="rect" id="node7" href="$stdmatcher_8h.html" title="C++11 std::regex-based matcher engines for pattern matching. " alt="" coords="495,80,594,107"/> | ||
<area shape="rect" id="node3" href="$flexlexer_8h.html" title="RE/flex Flex-compatible FlexLexer base class and Flex-compatible macros. " alt="" coords="6,155,89,181"/> | ||
<area shape="rect" id="node2" href="$abslexer_8h.html" title="RE/flex abstract lexer base class for reflex-generated scanners. " alt="" coords="5,80,87,107"/> | ||
<area shape="rect" id="node4" href="$boostmatcher_8h.html" title="Boost::regex-based matcher engines for pattern matching. " alt="" coords="111,80,221,107"/> | ||
<area shape="rect" id="node5" href="$linematcher_8h.html" title="a matcher engine to match lines and nothing else " alt="" coords="246,80,345,107"/> | ||
<area shape="rect" id="node6" href="$matcher_8h.html" title="RE/flex matcher engine. " alt="" coords="369,80,448,107"/> | ||
<area shape="rect" id="node7" href="$pcre2matcher_8h.html" title="PCRE2-JIT-based matcher engines for pattern matching. " alt="" coords="472,80,583,107"/> | ||
<area shape="rect" id="node8" href="$stdmatcher_8h.html" title="C++11 std::regex-based matcher engines for pattern matching. " alt="" coords="607,80,704,107"/> | ||
<area shape="rect" id="node3" href="$flexlexer_8h.html" title="RE/flex Flex-compatible FlexLexer base class and Flex-compatible macros. " alt="" coords="5,155,87,181"/> | ||
</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 @@ | ||
c11657a0e5eb1ffc7d5029fe80d552a4 | ||
ee3dc71f101c5c90603bdb900346baac |
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.