Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Transpiler speed with async file commands #1444

Open
zepumph opened this issue Jun 12, 2024 · 1 comment
Open

Improve Transpiler speed with async file commands #1444

zepumph opened this issue Jun 12, 2024 · 1 comment

Comments

@zepumph
Copy link
Member

zepumph commented Jun 12, 2024

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.

@zepumph zepumph self-assigned this Jun 12, 2024
@zepumph
Copy link
Member Author

zepumph commented Jun 18, 2024

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.

@zepumph zepumph removed their assignment Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant