ChrisLawford_n1
Contributor II

Hey Louis,

Yeah Your explanation of each autoloader instance being responsible for its own position is what hit home. We are just unfortunate that the autoloader instances we have contain glob patterns that overlap a lot so the indexing to the outside user is all the same for each instance of autoloader. This makes it incredibly slow for that initial run. I was just trying to find a way of speeding this up.