mirror of
https://github.com/nushell/nushell.git
synced 2025-02-23 05:51:28 +01:00
Currently `last n` memory use is O(input), while it should be O(n). This patch replaces code collecting all of last's input into a Vec<_> with collecting into a bounded VecDeque<_>. UI/UX remain are unchanged. |
||
---|---|---|
.. | ||
assets | ||
proptest-regressions/format_conversions | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml | ||
LICENSE |