microsoft/Terminal
[Performance] Fast path for `RenderData::IsCursorDoubleWidth`
開放
#10,470 建立於 2021年6月21日
Area-PerformanceHelp WantedIssue-TaskProduct-Conhost
倉庫指標
- 星標
- (103,173 顆星)
- PR 合併指標
- (平均合併 27天 19小時) (30 天內合併 24 個 PR)
描述
This is a sister issue of #10393.
Currently an unreasonable amount of CPU is wasted in checking IsCursorDoubleWidth in the buffer, due to the expensive construction of TextBufferCellIterator. I think it's fair to find a fast path for people who don't use width characters at all.
