Skip to content

Performance questions #4292

Closed Answered by andydotxyz
caelandb asked this question in Q&A
Oct 1, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Always refresh the smallest possible scope. If a single character changed then set/refresh only that cell.
Most performance issues in GUI apps come where developers just refresh the whole window, or large widgets, instead of the required scope.

Also consider checking out the https://github.com/fyne-io/terminal project where there is a full terminal app and also re-usable Fyne widget that may save you a lot of time.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@caelandb
Comment options

Answer selected by caelandb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants