Skip to content
Snippets Groups Projects
Commit f4abff4f authored by Deucе's avatar Deucе 👌🏾
Browse files

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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment