Thread (1 message) 1 message, 1 author, 2022-07-01

Re: [PATCH v3 0/5] Avoid spawning gzip in git archive

From: Junio C Hamano <hidden>
Date: 2022-07-01 17:47:37

Jeff King [off-list ref] writes:
That will spend quite a lot of time doing hash-lookups for each tree
entry. A better raw zlib test might be:

  git cat-file --batch --batch-all-objects --unordered >/dev/null

which will just dump each object, and should mostly be zlib and delta
reconstruction (the --unordered is important to hit the deltas in the
right order).
;-)

I like --unordered has the meaning "use the order Git likes" (which
is probably the packfile offset order, which we optimize for
minimizing seek during delta reconstruction).
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help