Replies: 2 comments 1 reply
-
|
Thank you for your issue. Give us a little time to review it. PS. You might want to check the FAQ if you haven't done so already. This project is developed and maintained by Will McGugan. Consider sponsoring Will's work on this project (and others). This is an automated reply, generated by FAQtory |
Beta Was this translation helpful? Give feedback.
-
|
I removed the Nevertheless I think it's worth investigating, so so many calls are made. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The bug
I use a datatable to display data. I have roughly 150 rows, each consiting of 5 fields.
I receive real time items every 100ms and update the datatable according. This is my update code:
This is triggered by a message:
This results in a huge CPU spike, roughly to 60% and higher:
This is due to a lot of ioctl calls, if I see that correctly:
and this happens a lot!!!
I can try to set up a simple project that reproduces the problem, but maybe you can tell me, what I'm doing wrong here.
Maybe this could be fixed by cachine the
TIOCGWINSZresult and wait forSIGWINCHor similar?Beta Was this translation helpful? Give feedback.
All reactions