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-11-20 07:22:42 -06:00
2022-11-20 07:22:42 -06:00
2022-11-10 21:21:49 +13:00
2022-11-20 07:22:42 -06:00
2022-11-20 07:22:42 -06:00
2022-11-10 21:21:49 +13:00
2022-11-11 19:51:08 +13:00
2022-11-20 07:22:42 -06:00
2022-09-05 16:41:06 +02:00
2022-11-20 07:22:42 -06:00
2022-09-25 19:52:43 +03:00
2022-11-20 19:32:15 -06:00
2022-11-22 06:19:31 +13:00
2022-11-20 17:06:09 -08:00
2022-11-11 20:16:44 +13:00
2022-11-20 07:22:42 -06:00
2022-11-20 07:22:42 -06:00
2022-11-09 21:49:11 -08:00
2022-11-20 07:22:42 -06:00
2022-11-20 07:22:42 -06:00
2022-11-20 07:22:42 -06:00
2022-11-20 07:22:42 -06:00
2022-08-08 06:31:24 -05:00
2022-11-20 07:22:42 -06:00
2022-11-18 21:33:01 +01:00
2022-11-17 07:51:04 -06:00
2022-11-19 10:14:29 -08:00
2022-11-19 10:46:48 +13:00
2022-11-09 21:49:11 -08:00
2022-10-29 16:29:46 -05:00
2022-11-19 09:35:55 -08:00