• 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
Message Forwarding Overhead / Performance
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Message Forwarding Overhead / Performance


  • Subject: Message Forwarding Overhead / Performance
  • From: Jerry Krinock <email@hidden>
  • Date: Tue, 28 Oct 2008 08:30:10 -0700

Although the documentation on message forwarding [1] explains that alot of stuff needs to happen, it does not say "Warning: Don't do this in performance-critical applications". So I made a test tool which forwarded a simple message with one integer argument to a class which would add it to its 'sum', an instance variable.

Sending this message 10,000 times and comparing the difference in elapsed time with a similar task that sends a similar message directly, I found that the average overhead for forwarding one message on my Intel Core 2 Duo Mac Mini was about 20 microseconds.

That would be unacceptably slow for an iterated operation in a my application, and I decided to not use message forwarding in this particular case.

Has anyone ever seen better performance for message forwarding?

Jerry Krinock

[1] http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articles/chapter_13_section_5.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


  • Follow-Ups:
    • Re: Message Forwarding Overhead / Performance
      • From: Peter Ammon <email@hidden>
    • Re: Message Forwarding Overhead / Performance
      • From: "Michael Ash" <email@hidden>
    • Re: Message Forwarding Overhead / Performance
      • From: Bill Bumgarner <email@hidden>
  • Prev by Date: Re: Can we ask iPhone questions yet?
  • Next by Date: Re: Subview display problem
  • Previous by thread: NSTableView context dependent row colors
  • Next by thread: Re: Message Forwarding Overhead / Performance
  • Index(es):
    • Date
    • Thread