mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 06:17:54 +02:00
A small but easy optimization for `evaluate_repl()`: clone `engine_state` 1x instead of 3x. This reduces time spent in a simple REPL eval (`enter` key pressed with no command text) by about 10%, as measured in [Superluminal](https://superluminal.eu/).