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

git-write.js alternates between CPU-bound and IO-bound #198

Open
gsnedders opened this issue Oct 25, 2023 · 0 comments
Open

git-write.js alternates between CPU-bound and IO-bound #198

gsnedders opened this issue Oct 25, 2023 · 0 comments

Comments

@gsnedders
Copy link
Member

Currently, we fetch a result set, and then we process those results.

Fetching the results is network-bound, processing the results is CPU-bound (potentially IO-bound if the run is already in the repo).

It would be better to be saturating (at least) one of CPU and network, rather than alternating between the two.

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