From: Shawn Pearce <spearce@spearce.org>
To: Robin Rosenberg <robin.rosenberg.lists@dewire.com>
Cc: lamikr <lamikr@cc.jyu.fi>, Jon Smirl <jonsmirl@gmail.com>,
Carl Worth <cworth@cworth.org>,
Martin Langhoff <martin.langhoff@gmail.com>,
Git Mailing List <git@vger.kernel.org>
Subject: Re: Some tips for doing a CVS importer
Date: Sat, 25 Nov 2006 01:59:49 -0500 [thread overview]
Message-ID: <20061125065949.GD4528@spearce.org> (raw)
In-Reply-To: <200611232045.06974.robin.rosenberg.lists@dewire.com>
Robin Rosenberg <robin.rosenberg.lists@dewire.com> wrote:
> Slow it is. It is somewhat usable though, especially the quickdiff. I worked
> the whole day with help from quickdiff today. The diff is computed against
> HEAD^ (i.e. I get to see the changes that my topmost StGit patch introduces).
That's good to hear!
> The project contains 20000+ files and six years of history. Reading the whole
> history is out of the question with the current performance so I restrict
> reading to 500 entries which is just about bearable. That's enough for
> practical use with quickdiff and compare though. Improving jgit's speed 50
> times will probably be enough to make jgit shine.
Yes. I have a plan on how to rewrite the pack reading code which
should help somewhat here. There's some fundamental limitations
of Java though that are going to keep us from performing as well
as core-Git does (due to the object memory overheads) but I would
like to get close. :-)
jgit also has a few quirks still. For example it assumes everything
is encoded as UTF-8 but this isn't true. The encoding is project
specific and can be set by any user, which isn't that portable.
This is a problem for jgit and I need to go back and refactor the
parsing code...
I'd like to get back to jgit sometime in mid-Decemeber. I'm trying
to push through git-gui first. :-)
> Activating the Git connection seems to be a problem with the egit projects,
> i.e. it works sometimes, but not with my much bigger repo. The only problem
> is that the first time is dog slow. The structure is different though, as my
> repo has .project at the top, not one level down.
Hmm. That's a bug. Sounds like a thread timing issue if it works
sometimes, as the logic should be completely deterministic.
--
next prev parent reply other threads:[~2006-11-25 7:00 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-20 21:49 Some tips for doing a CVS importer Jon Smirl
2006-11-20 23:03 ` Martin Langhoff
2006-11-20 23:37 ` Jon Smirl
2006-11-21 0:29 ` Martin Langhoff
2006-11-21 0:55 ` Carl Worth
2006-11-21 1:40 ` Jon Smirl
2006-11-21 6:39 ` Shawn Pearce
2006-11-21 19:56 ` lamikr
2006-11-21 20:05 ` Shawn Pearce
2006-11-23 19:45 ` Robin Rosenberg
2006-11-25 6:59 ` Shawn Pearce [this message]
2006-11-21 20:03 ` Petr Baudis
2006-11-21 20:15 ` Shawn Pearce
2006-11-21 20:22 ` Johannes Schindelin
2006-11-23 9:10 ` Johannes Sixt
2006-11-21 20:40 ` Martin Langhoff
2006-11-21 1:53 ` Jon Smirl
2006-11-26 10:18 ` Marko Macek
2006-11-26 15:35 ` Jon Smirl
2006-11-26 16:11 ` Marko Macek
2006-11-26 17:51 ` Jon Smirl
2006-11-27 11:29 ` Michael Haggerty
2006-11-21 6:43 ` Shawn Pearce
2006-11-27 11:24 ` Michael Haggerty
2006-11-27 11:51 ` Markus Schiltknecht
2006-11-27 22:09 ` Michael Haggerty
2006-11-28 15:18 ` Markus Schiltknecht
2006-11-30 0:35 ` Michael Haggerty
2006-11-30 0:45 ` Daniel Jacobowitz
2006-11-27 15:20 ` Jon Smirl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061125065949.GD4528@spearce.org \
--to=spearce@spearce.org \
--cc=cworth@cworth.org \
--cc=git@vger.kernel.org \
--cc=jonsmirl@gmail.com \
--cc=lamikr@cc.jyu.fi \
--cc=martin.langhoff@gmail.com \
--cc=robin.rosenberg.lists@dewire.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).