Kamil Koczurek 88a0705df1
Fix last memory use (#7178)
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.
2022-11-22 06:19:31 +13:00
..
2022-04-20 08:50:14 -05:00
2022-11-22 06:19:31 +13:00
2022-11-21 17:04:36 +01:00