Skip to content

document_finder: switch to depth-first search#68

Merged
stanislaw merged 1 commit intomasterfrom
develop
Oct 10, 2020
Merged

document_finder: switch to depth-first search#68
stanislaw merged 1 commit intomasterfrom
develop

Conversation

@stanislaw
Copy link
Copy Markdown
Collaborator

With depth-first search, it is easier to skip adding folders that are known
to not contain any .sdoc files in contrast to the breadth-first where we
have to do through each and every folder to check if it might have any
*.sdoc in it.

With depth-first search, it is easier to skip adding folders that are known
to not contain any .sdoc files in contrast to the breadth-first where we
have to do through each and every folder to check if it might have any
*.sdoc in it.
@stanislaw stanislaw merged commit d2856bb into master Oct 10, 2020
@stanislaw stanislaw deleted the develop branch October 10, 2020 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant