issues
search
PavelTorgashov
/
FastColoredTextBox
Fast Colored TextBox for Syntax Highlighting. The text editor component for .NET.
Other
1.22k
stars
465
forks
source link
Fix GetCharSize consuming too much rendering power
#187
Open
ghost
opened
4 years ago
ghost
commented
4 years ago
Problem
GetCharSize consumes too much CPU when the screen contains too many printable characters in IME mode
Solution
Cache the results of GetCharSize in a dictionary
ghost
commented
4 years ago
@PavelTorgashov any chance to review this?
Problem
Solution