swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swarm-Support] Time efficiency of at$createActionTo$message


From: Marcus G. Daniels
Subject: Re: [Swarm-Support] Time efficiency of at$createActionTo$message
Date: Mon, 17 Feb 2003 18:18:55 -0700
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3b) Gecko/20030210

For Java, especially with older builds of Swarm, it is important to avoid Objective C style constructors. There's not only the overhead of the Objective C message dispatch but the indirection involved in associating Java's idea of the selector with the real selector. Instead, use createFActionForEachHomogeneous$call. This avoids all indirection for the callout to a Java method. Randomization slowness as Paul notes will still apply, though.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]