facultyai / faculty-sync

Synchronise a local directory with your Faculty platform workspace
https://pypi.org/project/faculty_sync/
Apache License 2.0
10 stars 1 forks source link

Ignoring an achored directory is slower than a floating directory #34

Open janfreyberg opened 5 years ago

janfreyberg commented 5 years ago

@tcbegley reported that when trying to ignore the directory /data, doing so by specifying /data as the ignore pattern is much slower than specifying data.

This seems to be a problem around anchored_match and floating_match.

pbugnion commented 5 years ago

Thanks for reporting.