You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2019. It is now read-only.
My project "trek.js" is less than 2000 lines of code including the test framework.
Compiling it with six takes 2 whole seconds! 1 second per 1000 lines of code strikes me as slow.
I wonder what the cause of the slowness is...
Do you think maybe iterating the AST once per hook might be the cause? I was thinking maybe we could combine some of the hooks into a single pass over the AST?
My project "trek.js" is less than 2000 lines of code including the test framework.
Compiling it with six takes 2 whole seconds! 1 second per 1000 lines of code strikes me as slow.
I wonder what the cause of the slowness is...
Do you think maybe iterating the AST once per hook might be the cause? I was thinking maybe we could combine some of the hooks into a single pass over the AST?