Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make FileFinder faster by globbing all possible files #1965

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

soutaro
Copy link
Member

@soutaro soutaro commented Aug 13, 2024

The old implementation that recursively scans folder items is slow especially inside Docker on Mac containers, which is commonly used for devcontainer setups.

@soutaro soutaro added this to the RBS 3.6 milestone Aug 13, 2024
@soutaro soutaro added this pull request to the merge queue Aug 22, 2024
Merged via the queue into master with commit febacbe Aug 22, 2024
19 checks passed
@soutaro soutaro deleted the faster-file-finder branch August 22, 2024 04:08
@soutaro soutaro added the Released PRs already included in the released version label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Released PRs already included in the released version
Development

Successfully merging this pull request may close these issues.

1 participant