matthiasblaesing commented on issue #1528: [NETBEANS-519] Update jgit URL: https://github.com/apache/netbeans/pull/1528#issuecomment-586625267 I only had a quick look at the sample, but it looks as if the whole time is spend reading objects. The calls that really take the time are: java.io.RandomAccessFile.readBytes[native] () java.io.FileDescriptor.close0[native] () I'm surprised especially about the second one. I would expect a close operation to be a very quick operation. This seems to be a windows system. Could you see if disabling the virus scanner helps? Maybe the taskmanager can show if there are other processes using the C: drive. I did not observe problems on my older notebook. However this is on linux and with an SSD.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- 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
