On Fri, Jun 13, 2008 at 4:05 PM, Torsten Curdt <[EMAIL PROTECTED]> wrote: > Hm ...factored out NIBs before. But in this case it just felt a bit award to > use this for potentially like a few hundred items.
If you use NSNib, you can load the file just once, then instantiate it many times. This avoids hitting the disk every time you load it. It will essentially be as fast as the archive/unarchive dance; quite possibly faster, since NSNib will only do the second half of that. Mike _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]