Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Poor JGit clone performance comparing to msysgit

Hi,

Some time ago I prepared a simple performance test to check why cloning in
Orion takes so long[1]. According to the test results[2], JGit is almost 2
times slower then msysgit when cloning a repo. Is that possible or am I
doing something wrong in the test. I've heard about some performance issue
with JGit, but I also remember Shawn saying that in some areas JGit "rivals
the CGit implementation"[3].

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=344143
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=344143#c9
[3] http://dev.eclipse.org/mhonarc/lists/jgit-dev/msg00946.html

Cheers,
--
Tomasz Zarna



Back to the top