public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH v3 0/2] improve --exclude-promisor-objects performance
@ 2025-12-09  1:48 Aaron Plattner
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Aaron Plattner @ 2025-12-09  1:48 UTC (permalink / raw)
  To: git; +Cc: Aaron Plattner, Jeff King

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-12-09  1:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-09  1:48 [PATCH v3 0/2] improve --exclude-promisor-objects performance Aaron Plattner
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox