mbox series

[GSOC,RFC,0/2] midx: implement progress reporting for QSORT operation

Message ID 20250210074623.136599-1-ayu.chandekar@gmail.com (mailing list archive)
Headers show
Series midx: implement progress reporting for QSORT operation | expand

Message

Ayush Chandekar Feb. 10, 2025, 7:46 a.m. UTC
Hi,
This small patch series adds progress reporting during the QSORT operation in
multi-pack-index verification. This was a TODO in the code which I decided to pickup
because I found it interesting.

Feedback is appreciated!

Thanks,
Ayush

Ayush Chandekar (2):
  midx: show progress during QSORT operation
  t5319: add test for MIDX QSORT progress reporting

 midx.c                      | 43 +++++++++++++++++++++++++------------
 t/t5319-multi-pack-index.sh | 14 ++++++++++++
 2 files changed, 43 insertions(+), 14 deletions(-)