-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`ScheduleDiagnostic`s with `NetCDFWriter`s have a complex type structure that can lead to significant compile time. We originally saved `ScheduleDiagnostic`s internally as tuples to improve inferrability, but this does not seem to scale well with lots of diagnostics. In the future, we might want to consider looking at the type signature and move the reference to the writer outside of `ScheduleDiagnostic`s and into the `DiagnosticHandler`.
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 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