-
- Downloads
Use a single memmove() when moving the entire width.
When fast scrolling, memmove() takes most of the CPU by far... it is likely actually worth having each line be a buffer of its own and just moving the pointers around. To help with this optimization in the future, move the screen memmove() bit into a separate function.
parent
d1073a21
No related branches found
No related tags found
Please register or sign in to comment