Skip to content
Snippets Groups Projects
Commit 4ab48e0b authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

More optimizations:

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.
parent a999a0ea
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment