Guys - we are just trying to optimise recursively indexing files, and I’ve noticed I can double the performance of findChildFiles recursive on the Mac by removing the check for isReadOnly and isHiddenFile. I.e. takes 35 seconds instead of around 80 seconds to index 250,000 files.
As these values aren’t important (I don’t think) for the returning an Array from findChildFiles maybe there’s room for some optimisation?
Still trying to work out how /usr/bin/find does it in 2 seconds