From: David Sterba <dsterba@suse.cz>
To: Qu Wenruo <quwenruo.btrfs@gmx.com>
Cc: Nikolay Borisov <nborisov@suse.com>, Qu Wenruo <wqu@suse.com>,
linux-btrfs@vger.kernel.org
Subject: Re: [PATCH] btrfs-progs: dump-tree: Introduce --breadth-first option
Date: Tue, 11 Sep 2018 17:52:08 +0200 [thread overview]
Message-ID: <20180911155208.GE2154@twin.jikos.cz> (raw)
In-Reply-To: <b881113c-197e-76d0-7c44-73f8ae598dab@gmx.com>
On Tue, Sep 04, 2018 at 08:39:55PM +0800, Qu Wenruo wrote:
>
>
> On 2018/8/23 下午3:45, Qu Wenruo wrote:
> >
> >
> > On 2018/8/23 下午3:36, Nikolay Borisov wrote:
> >>
> >>
> >> On 23.08.2018 10:31, Qu Wenruo wrote:
> >>> Introduce --breadth-first option to do breadth-first tree dump.
> >>> This is especially handy to inspect high level trees, e.g. comparing
> >>> tree reloc tree with its source tree.
> >>
> >> Will it make sense instead of exposing another option to just have a
> >> heuristics check that will switch to the BFS if the tree is higher than,
> >> say, 2 levels?
> >
> > BFS has one obvious disadvantage here, so it may not be a good idea to
> > use it for default.
>
> Well, this is only true for my implementation.
>
> But there are other solutions to do BFS without that heavy memory usage.
>
> >
> >>> More memory usage <<
> > It needs to alloc heap memory, and this can be pretty large for
> > leaves.
> > At level 1, it will need to alloc nr_leaves * sizeof(bfs_entry)
> > memory at least.
> > Compared to DFS, it only needs to iterate at most 8 times, and all of
> > its memory usage is function call stack memory.
> >
> > It only makes sense for my niche use case (compare tree reloc tree with
> > its source).
> > For real world use case the default DFS should works fine without all
> > the memory allocation burden.
>
> Since we have btrfs_path to show where our parents are, it's possible to
> use btrfs_path and avoid current memory burden.
>
> And in that case, your idea of using BFS default for tree higher than 2
> levels completely make sense.
No such games please, keep the default predictable.
As DFS and BFS are quite well-known abbreviations, I'd rather add 2
options to set the the mode, ie --dfs and --bfs. Alternatively there
could be a --traverse=bfs --traverse=dfs but for now I think the two
options should be sufficient.
next prev parent reply other threads:[~2018-09-11 20:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-23 7:31 [PATCH] btrfs-progs: dump-tree: Introduce --breadth-first option Qu Wenruo
2018-08-23 7:36 ` Nikolay Borisov
2018-08-23 7:45 ` Qu Wenruo
2018-09-04 12:39 ` Qu Wenruo
2018-09-11 15:52 ` David Sterba [this message]
2018-09-11 23:50 ` Qu Wenruo
2018-08-23 7:48 ` Su Yue
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=20180911155208.GE2154@twin.jikos.cz \
--to=dsterba@suse.cz \
--cc=linux-btrfs@vger.kernel.org \
--cc=nborisov@suse.com \
--cc=quwenruo.btrfs@gmx.com \
--cc=wqu@suse.com \
/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