Hi Nikolay -
The good news is that I now understand what you uploaded and I've gotten your Grid.do to run on my system with minimal changes. The bad news is that my system is a MacBook Air, much slower than your systems, so the initial iterations take about 3 seconds. I will fire up the program when my system is otherwise idle (probably overnight) and we will see what happens for the later iterations.
I will report that I replaced the preserve/restore pair with an initial save to a temporary file before the loops begin, and a use, clear of the temporary file instead of restore, and it knocked a half-second off my loop time. I have no illusion that it will have solved the problem of the increasing loop time, however.
William
The good news is that I now understand what you uploaded and I've gotten your Grid.do to run on my system with minimal changes. The bad news is that my system is a MacBook Air, much slower than your systems, so the initial iterations take about 3 seconds. I will fire up the program when my system is otherwise idle (probably overnight) and we will see what happens for the later iterations.
I will report that I replaced the preserve/restore pair with an initial save to a temporary file before the loops begin, and a use, clear of the temporary file instead of restore, and it knocked a half-second off my loop time. I have no illusion that it will have solved the problem of the increasing loop time, however.
William
Comment