Fork me on GitHub
#joker
<
2020-12-28
>
mobileink16:12:44

The performance win would come from ignoring directories. My tree has a website subdir with > 33K files that I do not need to search.

👍 3
jcburley16:12:39

Hmm, then maybe glob is indeed a better choice, especially if you don’t need the Info struct on most or all of the results?

jcburley16:12:39

Hmm, then maybe glob is indeed a better choice, especially if you don’t need the Info struct on most or all of the results?

mobileink17:12:49

Ah, ok, I didn’t realize that glob reads the filesystem, I assumed it was some kind of pattern thingie. I’ll try to find some time to fiddle with it this week, thanks.,

👍 3