Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

bluesearch.utils.find_files can be slow when doing regex #587

Open
jankrepl opened this issue Feb 22, 2022 · 1 comment
Open

bluesearch.utils.find_files can be slow when doing regex #587

jankrepl opened this issue Feb 22, 2022 · 1 comment

Comments

@jankrepl
Copy link
Contributor

🐛 Bug description

We noticed that find_files can get really slow when we try to do recursive matching for a regex pattern.

It would be nice to investigate whether this could be improved

find_files(pathlib.Path("../neuroscience-literature/medrxiv/"), True, ".*\.meca$")
@jankrepl
Copy link
Contributor Author

Note that this might be due to the fact that we are working on a mounted remote file system

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant