Re: NSDocument autosavesInPlace + package file = no revert?
Re: NSDocument autosavesInPlace + package file = no revert?
- Subject: Re: NSDocument autosavesInPlace + package file = no revert?
- From: Quincey Morris <email@hidden>
- Date: Sat, 25 Feb 2017 12:01:57 -0800
- Feedback-id: 167118m:167118agYYG0F:167118s_YzIz8EEc:SMTPCORP
On Feb 25, 2017, at 11:16 , Markus Spoettl <email@hidden> wrote:
>
> My concern is that my packages can get huge in the 100MB to multiple GB range with hundreds of folders and thousands of individual files inside. Will the NSDocument storing system/AppKit cope with that?
My understanding is that the versioning storage is granular, in the sense that large files are broken into parts, and only changed parts are re-written to disc. Using document packages should help this work better, assuming that your saves typically touch a fairly small number of files. So it’s worth testing to see what happens.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden