Well, it is not quite as simple as that. If I were just updating the array,
then yes, it would be. But I am keeping track of a count of items within a
distance of a particular record, and averages and medians and other such
things that have to be calculated specifically with respect to that record.
So I am calculating a bunch of values for record i, but won't know those
totals for record j until I get to record j and tally them up for that
record. But I will know already that it is comparable to record i when I get
to it, and the distance will already be calculated. So I do have to save the
distance.



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Workers-and-Speed-tp13098p13204.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to