swarm-support
[Top][All Lists]
Advanced

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

Re: Optimization: why don't I get no speedup?


From: Marcus G. Daniels
Subject: Re: Optimization: why don't I get no speedup?
Date: 07 Jan 2002 17:12:44 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.7

>>>>> "PJ" == Paul E Johnson <address@hidden> writes:

PJ> While profiling an application written in Obj-C, I trace a
PJ> bottleneck back to one specific method. It is a method that
PJ> updates a lattice, and it works by beginning at a point, and then
PJ> taking cells within a "radius" and updating them.

What you are doing is a lot of iterations! 

size^2 * OPINIONS * radius^2 

Also, aren't you worried about artifacts from the left-to-right and
top-to-bottom around the inner radius updates?

I'm sure plenty of us would appreciate it if you implemented MPI or
multithread parallel radius operators...

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

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