> I did some testing about optimal number > of files per folder for our package format and 3750 files per directory are > way too many. The file system is much more efficient if you spread those > files into sub-folders. We got the best performance with a 3-level sparse > folder index (files are stored on the third folder level).
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 Seems like 2 levels is best in my case. Trygve _______________________________________________ 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]
