Re: NSDocument packages and incremental writing using NSFileWrapper

2013-02-06 Thread Thomas Zoechling
way to speed this up. After thinking about it, I also suspect Versions to be the culprit. I will ask DTS about that issue. Thanks, Thomas > > On 5 Feb 2013, at 10:38, Thomas Zoechling wrote: > >> >> Thanks for your response, >>> Given the right conditions, NSF

Re: NSDocument packages and incremental writing using NSFileWrapper

2013-02-05 Thread Thomas Zoechling
instance, ... What am I doing wrong? There must be a way to avoid this unnecessary copying... with kind regards, Thomas On 04.02.2013, at 15:12, Mike Abdullah wrote: > > On 30 Jan 2013, at 15:53, Thomas Zoechling wrote: > >> Hello, >> >> My NSDocument based

NSDocument packages and incremental writing using NSFileWrapper

2013-02-03 Thread Thomas Zoechling
Hello, My NSDocument based app uses packages with the following structure: - document.package +- metadata.plist (small, mutable) +- large0.file (large, immutable) +- large1.file (large, immutable) +- large2.file (large, immutable) While the metadata.plist file can change any time, all large file