Replies: 1 comment 10 replies
-
Unfortunately, I'm also not entirely sure how to improve on this. Storing the information in the AST is not an option in this case? I would assume that AST iteration would likely be faster. |
Beta Was this translation helpful? Give feedback.
10 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we need to do some validations on the cst.
thus we currently iterate the cst like
or
but this seems to eat a lot of performance.
do you have an idea how to speed up.
Beta Was this translation helpful? Give feedback.
All reactions