From: Ayush Chandekar <ayu.chandekar@gmail.com>
To: git@vger.kernel.org
Subject: [GSOC][RFC PATCH 0/2] midx: implement progress reporting for QSORT operation
Date: Mon, 10 Feb 2025 13:16:21 +0530 [thread overview]
Message-ID: <20250210074623.136599-1-ayu.chandekar@gmail.com> (raw)
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(-)
--
2.48.GIT
next reply other threads:[~2025-02-10 7:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-10 7:46 Ayush Chandekar [this message]
2025-02-10 7:46 ` [PATCH 1/2] midx: show progress during QSORT operation Ayush Chandekar
2025-02-10 16:55 ` Junio C Hamano
2025-02-11 12:23 ` Ayush Chandekar
2025-02-11 16:29 ` Junio C Hamano
2025-02-10 7:46 ` [PATCH 2/2] t5319: add test for MIDX QSORT progress reporting Ayush Chandekar
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=20250210074623.136599-1-ayu.chandekar@gmail.com \
--to=ayu.chandekar@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).