-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Optimize sql-formatter (1) - avoid unnecessary string allocation when tokenizing and formatting * Optimize sql-formatter (2) - remove RegexOptions.Compiled * cleanup * cleanup * revert method access level to internal in TokenHelper * add regex default match timeout & compiled option to static regex fields
- Loading branch information
Showing
19 changed files
with
375 additions
and
345 deletions.
There are no files selected for viewing
312 changes: 169 additions & 143 deletions
312
src/dev/impl/DevToys/Helpers/SqlFormatter/Core/Formatter.cs
Large diffs are not rendered by default.
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
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
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.