You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ with the exception that 0.x versions can break between minor versions.
10
10
### Added
11
11
- Add an optimization step after the pattern is parsed but before it is analyzed.
12
12
Currently it only optimizes one specific use-case - where the expression is easy except
13
-
for a trailing positive lookahead whose contents are also easy. The optimization is to avoid the VM.
13
+
for a trailing positive lookahead whose contents are also easy. The optimization is to delegate to the regex crate instead of using the backtracking VM.
0 commit comments