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: Wed, 22 Apr 2020 17:13:19 -0600 [thread overview]
Message-ID: <cover.1587597151.git.me@ttaylorr.com> (raw)
Hi,
This series contains a handful of patches to make object traversals with
'--filter=tree:0' be bitmaps-compatible. They have been kicking around
in GitHub's fork for some time, and we use them on every
'--filter=tree:0' fetch.
This is a prerequisite for a future series which will introduce
configuration in upload-pack to indicate which filter choices are and
aren't supported [1]. Since sending [1], GitHub's fork has grown support
for
[uploadpack 'filter.tree']
maxDepth = <n>
...and so I figure that we could get this smaller series out for
discussion before introducing that option, which doesn't make sense
without having some faster variant of the 'tree' filter for certain
values of 'n'.
Thanks,
Taylor
[1]: https://lore.kernel.org/git/cover.1584477196.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.2.112.g65467a058e
next reply other threads:[~2020-04-22 23:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-22 23:13 Taylor Blau [this message]
2020-04-22 23:13 ` [PATCH 1/4] list-objects-filter: treat NULL filter_options as "disabled" Taylor Blau
2020-04-22 23:13 ` [PATCH 2/4] pack-bitmap.c: make object filtering functions generic Taylor Blau
2020-04-22 23:13 ` [PATCH 3/4] pack-bitmap.c: support 'tree:0' filtering Taylor Blau
2020-04-22 23:13 ` [PATCH 4/4] pack-bitmap: pass object filter to fill-in traversal Taylor Blau
2020-04-24 5:42 ` Jeff King
2020-04-24 16:54 ` Taylor Blau
2020-04-24 5:43 ` [PATCH 0/4] pack-bitmap: use bitmaps for traversals with '--filter=tree:0' Jeff King
-- strict thread matches above, loose matches on Subject: below --
2020-05-04 23:12 Taylor Blau
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.1587597151.git.me@ttaylorr.com \
--to=me@ttaylorr.com \
--cc=chriscool@tuxfamily.org \
--cc=git@vger.kernel.org \
--cc=peff@peff.net \
/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).