1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00
alacritty/tests
Joe Wilm 297a00b7ae Back Grid with VecDeque
VecDeque offers improved performance beyond a plain Vec for common
scrolling situations (full screen scroll). Additionally, VecDeque is
necessary for performant scrollback since recycling old rows for a Vec
would be expensive (push/pop front would shift entire vec).
2018-01-13 13:03:38 -08:00
..
ref Add ref test for 855 2017-11-11 09:23:43 -08:00
ref.rs Back Grid with VecDeque 2018-01-13 13:03:38 -08:00