From: Junio C Hamano <junkio@cox•net>
To: Rene Scharfe <rene.scharfe@lsrfire•ath.cx>
Cc: git@vger•kernel.org, Franck Bui-Huu <vagabon.xyz@gmail•com>
Subject: Re: [PATCH][RFC] Add git-archive-tree
Date: Sat, 02 Sep 2006 14:27:28 -0700 [thread overview]
Message-ID: <7vwt8mx8lb.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <44F977C0.4060901@lsrfire.ath.cx> (Rene Scharfe's message of "Sat, 02 Sep 2006 14:23:28 +0200")
Rene Scharfe <rene.scharfe@lsrfire•ath.cx> writes:
> Currently git-archive-tree -f tar is slower than git-tar-tree. This is
> because it is welded to the side of the existing code to minimize patch
> size, and I also suspect read_tree_recursive() to be quite a bit slower
> than builtin-tar-tree.c::traverse_tree().
Yes, I suspect "struct object" and friends are very inefficient
to use for things like this. "struct tree_desc" based traverser
is much preferred.
--
VGER BF report: U 0.772588
next prev parent reply other threads:[~2006-09-02 21:27 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-02 12:23 [PATCH][RFC] Add git-archive-tree Rene Scharfe
2006-09-02 12:37 ` [PATCH] Add support for tgz archive format Rene Scharfe
2006-09-02 13:10 ` [PATCH][RFC] Add git-archive-tree Rene Scharfe
2006-09-02 20:13 ` Franck Bui-Huu
2006-09-04 18:22 ` Rene Scharfe
2006-09-04 20:09 ` Junio C Hamano
2006-09-04 22:02 ` Rene Scharfe
2006-09-04 22:20 ` Junio C Hamano
2006-09-05 11:43 ` Franck Bui-Huu
2006-09-02 21:19 ` Junio C Hamano
2006-09-02 14:17 ` Rene Scharfe
2006-09-02 15:24 ` Franck Bui-Huu
2006-09-02 16:08 ` Rene Scharfe
2006-09-02 21:27 ` Junio C Hamano [this message]
2006-09-06 18:05 ` Rene Scharfe
2006-09-06 21:47 ` Junio C Hamano
2006-09-17 11:54 ` Rene Scharfe
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=7vwt8mx8lb.fsf@assigned-by-dhcp.cox.net \
--to=junkio@cox$(echo .)net \
--cc=git@vger$(echo .)kernel.org \
--cc=rene.scharfe@lsrfire$(echo .)ath.cx \
--cc=vagabon.xyz@gmail$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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