I noticed a performance loss when updating to version 8.0.1 in globby.sync().
I try to find a file in some defined folders in a tree of 500 documents.
Using the sync method in this example is about 10 times faster with version 7.1.1
Switching to "fast_glob" does not seem to be faster in any case,
or maybe you see potential to optimize the used patterns or options?
I noticed a performance loss when updating to version 8.0.1 in
globby.sync().I try to find a file in some defined folders in a tree of 500 documents.
Using the sync method in this example is about 10 times faster with version 7.1.1
Switching to "fast_glob" does not seem to be faster in any case,
or maybe you see potential to optimize the used patterns or options?