Replies: 1 comment 9 replies
-
Let's add @cdietrich would you like to make a PR for this? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have the following scenario.
in the compiler we do the following
besides the parsing times we se also linking makes up a notable part of the the compile time
i wonder if there is a nice way of avoing this.
as the ratio of the 2nd dsl / first dsl is just 10% or so
i wonder if we somehow can skip the eager linking of the first dsl files
in the build or if there is another away of having
the first dsl parsed+indexed (so that scoping can find them)
without using document builder
Beta Was this translation helpful? Give feedback.
All reactions