• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Best way to pass large objects between tasks?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Best way to pass large objects between tasks?


  • Subject: Re: Best way to pass large objects between tasks?
  • From: Yoshiaki Katayanagi <email@hidden>
  • Date: Mon, 13 Apr 2009 16:49:05 +0900

  Oleg Krupnov wrotes

>I haven't tried either of the methods I mentioned so far (because I'm
>lazy, sorry:), but what I have tried is I created NSData from the
>large object by using NSKeyedArchiver. It has taken forever, so that I
>had to force-quit the process. That's why I am asking if the same
>thing is going to happen with piples and DO? Or maybe I'm doing
>something wrong?

  If your data has many double values and use encodeDouble:forKey:
use encodeBytes:length:forKey: instead.  encodeDouble:forKey: is very
very slow. In my case, with encodeDouble:forKey: it takes 4 hour and
30 minutes, but with encodeBytes:length:forKey: it takes only 21 seconds.
I never tested for float values but maybe the same.

Yoshiaki Katayanagi
http://www.jizoh.jp/english.html
_______________________________________________

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

References: 
 >Best way to pass large objects between tasks? (From: Oleg Krupnov <email@hidden>)
 >Re: Best way to pass large objects between tasks? (From: Graham Cox <email@hidden>)
 >Re: Best way to pass large objects between tasks? (From: Oleg Krupnov <email@hidden>)

  • Prev by Date: Autosaving the selection in an NSTableView
  • Next by Date: CGContextClipToMask
  • Previous by thread: Re: Best way to pass large objects between tasks?
  • Next by thread: Re: Best way to pass large objects between tasks?
  • Index(es):
    • Date
    • Thread