Skip to content

Performance: Optimize screen saver drawing efficiency#339

Merged
No0ne558 merged 1 commit into
ViewTouch:devfrom
No0ne558:dev
Jan 15, 2026
Merged

Performance: Optimize screen saver drawing efficiency#339
No0ne558 merged 1 commit into
ViewTouch:devfrom
No0ne558:dev

Conversation

@No0ne558

Copy link
Copy Markdown
Contributor
  • Cache font and text metrics to avoid recomputation every frame
  • Eliminate full-screen fill on every animation frame
  • Add selective erasure of previous text position
  • Reduce CPU/GPU load during screen saver animation

Files: term/term_view.cc, docs/changelog.md

- Cache font and text metrics to avoid recomputation every frame
- Eliminate full-screen fill on every animation frame
- Add selective erasure of previous text position
- Reduce CPU/GPU load during screen saver animation

Files: term/term_view.cc, docs/changelog.md
@No0ne558 No0ne558 merged commit 0389027 into ViewTouch:dev Jan 15, 2026
1 check passed
@GeneMosher

Copy link
Copy Markdown
Member

For all of your contributions to ViewTouch, Ariel, you have earned my deepest respect and appreciation, many times over.

@No0ne558 No0ne558 mentioned this pull request Jan 16, 2026
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants