Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve performance #31

Open
mumu-lhl opened this issue May 12, 2024 · 1 comment
Open

Improve performance #31

mumu-lhl opened this issue May 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mumu-lhl
Copy link
Owner

mumu-lhl commented May 12, 2024

EAF PyQterminal 使用 gdu、btop 等软件时会有明显的卡顿。经过测试主要是 pyte 的问题,不是 Qt 渲染速度的问题。

pyte 的 screen 行列的大小大的话就会拖慢运行速度。

pyte 有一个 PR(selectel/pyte#160) 就是解决这个问题的,但是没有被合并。计划从中 fork 出重要的部分放入 TerminalScreen

这样做有 bug,以后自己修改 screen 吧。

搞错了,大概还是渲染速度影响比较大

@mumu-lhl mumu-lhl added the enhancement New feature or request label May 12, 2024
@mumu-lhl mumu-lhl closed this as not planned Won't fix, can't repro, duplicate, stale May 12, 2024
@mumu-lhl mumu-lhl reopened this May 12, 2024
@mumu-lhl
Copy link
Owner Author

mumu-lhl commented May 12, 2024

虽然目前还是有点卡,但已经好了不少了

Edited: 有 bug

@mumu-lhl mumu-lhl reopened this May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant