mbien commented on PR #8217:
URL: https://github.com/apache/netbeans/pull/8217#issuecomment-2630601116

   > That's unfortunately akin to trying to run a Swing layout off of the EDT.
   
   yeah this shouldn't be done, the hope is that something in the computation 
can be detached from swing but I haven't looked into it so far. To get an idea 
I would:
    - generate an async profiler flame graph to see the code paths which spend 
most of the CPU time during init (I still haven't progressed with my nb plugin 
which would make this easier)
    - now check if the geometric data can be copied, computed asynchronously 
and then copied back into the swing data structure on EDT
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to