-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify walker to use PatternMatcher instead of custom matching
This changes the pattern matching implementation in walker to use PatternMatcher, making it consistent with the "copy" code. This makes it support ** patterns as well, which formerly didn't work. The added benchmark shows the new implementation is slightly faster than the old one.
- Loading branch information
1 parent
4442383
commit e929e02
Showing
4 changed files
with
497 additions
and
190 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.