Re: [PATCH v2] list-objects: support for skipping tree traversal
From: Junio C Hamano <hidden> Date: 2018-10-18 04:40:16
Matthew DeVore [off-list ref] writes:
The tree:0 filter does not need to traverse the trees that it has
filtered out, so optimize list-objects and list-objects-filter to skip
traversing the trees entirely. Before this patch, we iterated over all
children of the tree, and did nothing for all of them, which was
wasteful.
Signed-off-by: Matthew DeVore <redacted>
---