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

Wait for process instead of polling its status. #1108

Merged
merged 1 commit into from Dec 22, 2019
Merged

Wait for process instead of polling its status. #1108

merged 1 commit into from Dec 22, 2019

Conversation

thegedge
Copy link
Contributor

This provides a huge performance boost for pipelines that end in an external command. Rough testing shows an improvement from roughly 400ms to 30ms when cat-ing a large file (see #1056 (comment) for related profiling scenarios).

This provides a huge performance boost for pipelines that end in an
external command. Rough testing shows an improvement from roughly 400ms
to 30ms when `cat`-ing a large file.
@gitpod-io
Copy link

gitpod-io bot commented Dec 22, 2019

@sophiajt sophiajt merged commit 1fe85cb into nushell:master Dec 22, 2019
@thegedge thegedge deleted the faster-pipelines branch April 21, 2020 00:51
bobhy pushed a commit to bobhy/nushell that referenced this pull request Oct 22, 2023
one might start in the middle of the section
the variable scores is defined above
the example might not result the expected results, hence ensuring assignment is done before
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.

None yet

2 participants