Hi, Am Dienstag, den 09.02.2021, 07:42 -0600 schrieb Eric Bresie: > I’m not sure why working in Netbeans git should take any significant > time > more than command line version.
I had a look at the profile and it is dominated by hashing and io operations. I saw a time difference of around 30s cloning netbeans with git cli and 45s with jgit. My gut feeling is, that the JVM intrinsics/optmizations for hashing can't kick in because a modified SHA-1 hash is used (to prevent collisions). Greetings Matthias