Skip to content

Optimize CompactHistoryScroll a bit more

Waqar Ahmed requested to merge work/faster-his-scroll into master

Instead of storing an index into _cells, store the line length. This allows us to remove lines much faster as we don't have to subtract anything.

Merge request reports