mbien opened a new pull request, #4142:
URL: https://github.com/apache/netbeans/pull/4142

   fixes #4140
   
   ElementUtilities.getMembers() performance optimization.
    - optimization was contributed by @notzed, see NETBEANS-6504 or #4140
    - only minor changes were made from the proposed patch
   
   This significantly improves auto completion performance on types with
   thousands of fields. example: 
https://github.com/apache/netbeans/issues/4140#issuecomment-1134414691
   
   
   baseline before optimization:
   
![completion_baseline](https://user-images.githubusercontent.com/114367/169800031-916ac8d9-6b96-42ae-96c8-ba685cef62b2.png)
   
   lets see if tests are green


-- 
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