We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fffb44e + 3cdb9a0 commit df4ce9fCopy full SHA for df4ce9f
PERFORMANCE.md
@@ -181,7 +181,7 @@ it's possible that the regex engine can be avoided entirely even when there's a
181
match.
182
183
When one literal is found, Boyer-Moore is used. When multiple literals are
184
-found, then an optimized version of Aho-Coraisck is used.
+found, then an optimized version of Aho-Corasick is used.
185
186
This optimization is in particular extended quite a bit in this crate. Here are
187
a few examples of regexes that get literal prefixes detected:
0 commit comments