mbox series

[0/2] Prefetch objects in pack-objects

Message ID cover.1595290841.git.jonathantanmy@google.com (mailing list archive)
Headers show
Series Prefetch objects in pack-objects | expand

Message

Jonathan Tan July 21, 2020, 12:21 a.m. UTC
Patch 1 is refactoring, and patch 2 is the main patch which introduces
the feature.

Jonathan Tan (2):
  pack-objects: refactor to oid_object_info_extended
  pack-objects: prefetch objects to be packed

 builtin/pack-objects.c | 40 ++++++++++++++++++++++++++++++++++++----
 t/t5300-pack-object.sh | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+), 4 deletions(-)