forked from DisDis/less_dart
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite parser_input to not use String.substring
Instead use RegExp.matchAsPrefix(...) - which was optimized on the bleeding edge Dart VM to perform a sticky match. Benchmark (bleeding edge Dart VM x64): 48xx ms -> 7xx ms (almost 7x).
- Loading branch information
Showing
4 changed files
with
108 additions
and
454 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
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.