-
Deucе authored
More precalculation in bitmap_draw_one_char() Optimize loop-initialization of buffers This is about as good as it can get without drastic data structure overhaul. Biggest win with overhaul would be with eliminating memmove() for scrolling and copying into scrollback. memmove() accounts for a high percentage of CPU utilization right now.
Deucе authoredMore precalculation in bitmap_draw_one_char() Optimize loop-initialization of buffers This is about as good as it can get without drastic data structure overhaul. Biggest win with overhaul would be with eliminating memmove() for scrolling and copying into scrollback. memmove() accounts for a high percentage of CPU utilization right now.
Loading