mirror of
https://github.com/nushell/nushell.git
synced 2025-05-08 00:42:57 +00:00
Allows use of slightly optimized variants that check if they have to use the heavier vte parser. Tries to avoid unnnecessary allocations. Initial performance characteristics proven out in #4378. Also reduces boilerplate with right-ward drift.