nushell/crates/nu-cli
Reilly Wood 5664ee7bda
Remove engine_state clones in REPL eval (#7713)
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/).
2023-01-10 17:22:32 -08:00
..
src Remove engine_state clones in REPL eval (#7713) 2023-01-10 17:22:32 -08:00
tests Auto-Completion: put ` tildes around filenames with parentheses (#7712) 2023-01-10 20:41:54 +01:00
Cargo.toml Bump version to 0.74.0 (#7718) 2023-01-10 20:58:13 +01:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00