-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: use code generation to unroll pattern match per country (SWIFT …
…only) (#192) * fix: expose SwiftPattern in DEBUG, to allow code generator access to it. Exposing internals to TemporaryT4Assembly no longer works, as the temporary assembly has a new name each run (TemporaryT4Assembly_<guid>). * feat: use unrolled pattern match, generated specifically per country. * fix: avoid having to tokenize the pattern during validation (warmup).
- Loading branch information
Showing
6 changed files
with
4,168 additions
and
735 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
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.