Closed rainman110 closed 4 months ago
Improve the performance of the console.
The console output seems to be limited by a lot of redraws by the text editor widget.
Accumulate rapid outputs and only update the text area after a timeout.
created branch 270-slow-performance-of-python-console-output to address this issue
270-slow-performance-of-python-console-output
In GitLab by @jensschmeink on May 3, 2024, 13:44
mentioned in commit 6caf0552ef62fbc6546a8070104f6fadd192e09a
What is the purpose of the change?
Improve the performance of the console.
The console output seems to be limited by a lot of redraws by the text editor widget.
Which tasks have to be performed?
Accumulate rapid outputs and only update the text area after a timeout.
Are there any acceptance criteria to check?