eclipse-cyclonedds / cyclonedds-insight

Other
10 stars 6 forks source link

fix freezing gui performance #7

Closed trittsv closed 5 months ago

trittsv commented 5 months ago

When there was a single topic with more then 200+ endpoints the gui was not useable, it was freezing to death. This PR fixes the performance issues, it now fully uses Signals/Slot (like qt suggest) and a performance fix in the qos check. The data handling is now more Object-Oriented, resulting in less looping to avoid unneeded cpu time.

@eboasson may you can have a look? 😃

trittsv commented 5 months ago

@eboasson thank you very much for you review and comments.