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

Resolve value sources concurrently #66

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Conversation

LucasPickering
Copy link
Owner

I added smol as a minimal async runtime. It only needs to be used in a few places so I didn't bother wrapping the whole program in it. This brought the binary size from 1.4MiB up to 1.6MiB, so not bad.

Closes #61

I added `smol` as a minimal async runtime. It only needs to be used in a few places so I didn't bother wrapping the whole program in it. This brought the binary size from 1.4MiB up to 1.6MiB, so not bad.

Closes #61
@LucasPickering LucasPickering merged commit a787304 into master Feb 8, 2024
10 checks passed
@LucasPickering LucasPickering deleted the parallel-resolution branch February 8, 2024 22:11
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

Successfully merging this pull request may close these issues.

Parallelize value resolution
1 participant