Hey folks, I recently pulled down a recent Netbeans 11 install, attempted to pull down netbean source via git and started getting some performance hits while it is scanning folders which based on what I see in the attached image, may be due to calls to master fs subsequent calls to java isDirectory() which makes calls to the native (in this case Windows) getBooleanAttributes which believe is part of the bottle neck.
Looking around some for issues around this, I did find an older bugzilla ticket (and related comment) which if I read correctly may not have been fully addresses yet. https://netbeans.org/bugzilla/show_bug.cgi?id=65135#c38 There looks to be another similar ticket around here ( https://netbeans.org/bugzilla/show_bug.cgi?id=168389 ) Is anyone aware of any ongoing work on this as this was lasted dated around 2016 timeframe, and I'm not completely sure if maybe there is work elsewhere that may impact this work I see an older references on wiki about IO Improvements but not sure of any updates around here http://wiki.netbeans.org/IOImprovementsDesc More recently, it may be related to https://issues.apache.org/jira/browse/NETBEANS-2409 Anyone? Eric Bresie [email protected] http://www.linkedin.com/in/ebresie
--------------------------------------------------------------------- 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
