From: Aaron Plattner <aplattner@nvidia•com>
To: <git@vger•kernel.org>
Cc: Aaron Plattner <aplattner@nvidia•com>, Jeff King <peff@peff•net>
Subject: [PATCH v3 0/2] improve --exclude-promisor-objects performance
Date: Mon, 8 Dec 2025 17:48:55 -0800 [thread overview]
Message-ID: <20251209014900.402637-1-aplattner@nvidia.com> (raw)
This series fixes the PARSE_OBJECT_SKIP_HASH_CHECK optimization in
parse_object_with_flags() so that it applies to objects with their type set to
OBJ_NONE too, and then uses that behavior significantly improve the performance
of add_promisor_object().
Aaron Plattner (2):
object: apply skip_hash and discard_tree optimizations to unknown
blobs too
packfile: skip hash checks in add_promisor_object()
object.c | 4 ++--
packfile.c | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
--
2.52.0
next reply other threads:[~2025-12-09 1:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-09 1:48 Aaron Plattner [this message]
2025-12-09 1:48 ` [PATCH v3 1/2] object: apply skip_hash and discard_tree optimizations to unknown blobs too Aaron Plattner
2025-12-09 1:48 ` [PATCH v3 2/2] packfile: skip hash checks in add_promisor_object() Aaron Plattner
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=20251209014900.402637-1-aplattner@nvidia.com \
--to=aplattner@nvidia$(echo .)com \
--cc=git@vger$(echo .)kernel.org \
--cc=peff@peff$(echo .)net \
/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