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.
