Rich Live Table performance #2841
Unanswered
xwjiang2010
asked this question in
Q&A
Replies: 1 comment
-
You can change the refresh rate of Live to be a little lower, which would reduce CPU load. However, I see you are using macOS Terminal, which is known to be slow. You might want to install iTerm2 on macOS. Alternatively, you could use Textual to create an interface like this. Textual is designed for dynamic interfaces and will likely be more performant. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am trying to integrate Ray Tune library with Rich.
Attached is what I have right now using Live table. However I noticed there is a noticeable 10% performance drop with some artificial workload.
I think the reason is that the table rendering which is refreshed 10 times per second (in the video) competes with other tasks on the main thread for CPU time.
Want to understand if this is expected and does anyone have any suggestions for that?
Thanks so much in advance!
Untitled.mp4
Beta Was this translation helpful? Give feedback.
All reactions