From: Taylor Blau <me@ttaylorr.com> To: git@vger.kernel.org Cc: peff@peff.net, chriscool@tuxfamily.org Subject: [PATCH 0/4] pack-bitmap: use bitmaps for traversals with '--filter=tree:0' Date: Mon, 4 May 2020 17:12:22 -0600 [thread overview] Message-ID: <cover.1588633810.git.me@ttaylorr.com> (raw) Hi, This is a re-submission of mine and Peff's series in [1] to get some more eyes on it. The intent of this series is to take advantage of the type bitmaps when using '--filter=tree:0'. We have been running these patches at GitHub for a couple of months now to power fetches with '--filter=tree:0' (but no other values of N, patches to come later to address this). The content of the patches attached are the same as in their original submission; the only change on my part has been to rebase them over the latest from master. Thanks in advance for your review. [1]: https://lore.kernel.org/git/cover.1587597151.git.me@ttaylorr.com/ Jeff King (2): list-objects-filter: treat NULL filter_options as "disabled" pack-bitmap: pass object filter to fill-in traversal Taylor Blau (2): pack-bitmap.c: make object filtering functions generic pack-bitmap.c: support 'tree:0' filtering list-objects-filter.c | 3 ++ pack-bitmap.c | 72 +++++++++++++++++++++++------- t/perf/p5310-pack-bitmaps.sh | 10 +++++ t/t6113-rev-list-bitmap-filters.sh | 21 +++++++++ 4 files changed, 90 insertions(+), 16 deletions(-) -- 2.26.0.113.ge9739cdccc
next reply other threads:[~2020-05-04 23:12 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-05-04 23:12 Taylor Blau [this message] 2020-05-04 23:12 ` [PATCH 1/4] list-objects-filter: treat NULL filter_options as "disabled" Taylor Blau 2020-05-05 5:07 ` Junio C Hamano 2020-05-04 23:12 ` [PATCH 2/4] pack-bitmap.c: make object filtering functions generic Taylor Blau 2020-05-05 5:12 ` Junio C Hamano 2020-05-04 23:12 ` [PATCH 3/4] pack-bitmap.c: support 'tree:0' filtering Taylor Blau 2020-05-05 5:25 ` Junio C Hamano 2020-05-05 15:59 ` Taylor Blau 2020-05-05 18:20 ` Junio C Hamano 2020-05-04 23:12 ` [PATCH 4/4] pack-bitmap: pass object filter to fill-in traversal Taylor Blau 2020-05-05 5:40 ` Junio C Hamano 2020-05-05 16:00 ` Taylor Blau -- strict thread matches above, loose matches on Subject: below -- 2020-04-22 23:13 [PATCH 0/4] pack-bitmap: use bitmaps for traversals with '--filter=tree:0' Taylor Blau 2020-04-24 5:43 ` Jeff King
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=cover.1588633810.git.me@ttaylorr.com \ --to=me@ttaylorr.com \ --cc=chriscool@tuxfamily.org \ --cc=git@vger.kernel.org \ --cc=peff@peff.net \ --subject='Re: [PATCH 0/4] pack-bitmap: use bitmaps for traversals with '\''--filter=tree:0'\''' \ /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
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).