On Mar 3, 2014, at 14:26 , Trygve Inda <[email protected]> wrote:
> I did some testing.... > > All 3750 in one folder: 40 seconds to save. > > Split into two levels: 16 folders -> 16 folders -> image files: 5 sec > > Three levels: 16 folders -> 16 folders -> 16 folders -> image files: 10 sec It seems to me this would be good input for a bug report. On a HFS disk (IIRC) the directory is stored as a B-tree, presumably because it has the precise advantage of “automatically” making levels like this. If the save time is something like exponentially related to the number of levels, then that sounds like a performance weakness that Apple ought to address. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
