nushell/src/commands/classified
Jason Gedge 8cadc5a4ac Wait for process instead of polling its status.
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.
2019-12-22 14:14:03 -03:30
..
dynamic.rs Add =~ and !~ operators on strings 2019-12-02 11:02:57 -08:00
external.rs Wait for process instead of polling its status. 2019-12-22 14:14:03 -03:30
internal.rs Add missing fallback case 2019-12-07 19:24:58 +13:00
mod.rs Extract ps and sys subcrates. Move helper methods to UntaggedValue 2019-12-05 08:52:31 +13:00
pipeline.rs Try to re-apply #1039 2019-12-02 11:02:58 -08:00