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
Or something else? @jonathanolson and I were brainstorming why every file takes 25ms to transpile. In Transpiler.transpileFunction(), there are mutliple *Sync() calls that may be better as atomic tasks so that we aren't waiting on I/O so much.
The text was updated successfully, but these errors were encountered:
I believe this would be a nice direction, but I'm worried about how async commands would then need to leak into all usages of the transpiler. I won't probably work on this soon.
Or something else? @jonathanolson and I were brainstorming why every file takes 25ms to transpile. In Transpiler.transpileFunction(), there are mutliple
*Sync()
calls that may be better as atomic tasks so that we aren't waiting on I/O so much.The text was updated successfully, but these errors were encountered: