Skip to content
  • Deucе's avatar
    e1a49b85
    More optimizations: · e1a49b85
    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.
    e1a49b85
    More optimizations:
    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.
Loading