N
Narinder
A question.
Suppose you have a process that runs millions of times. And after
everytime it runs it spits out some results, and array.
Everytime the spat out results are dumped into a results gatherer. The
results gatherer takes the results and UPDATES an internal computation.
The internal computation may yield an object of almost any type, a
double, an array, a matrix , a complex, a function etc etc. After the
process has run a million times the gatherer is queried for the result
of the internal computation,
What is the best way to design the Gatherer. Speed is crucial
Suppose you have a process that runs millions of times. And after
everytime it runs it spits out some results, and array.
Everytime the spat out results are dumped into a results gatherer. The
results gatherer takes the results and UPDATES an internal computation.
The internal computation may yield an object of almost any type, a
double, an array, a matrix , a complex, a function etc etc. After the
process has run a million times the gatherer is queried for the result
of the internal computation,
What is the best way to design the Gatherer. Speed is crucial