Re: Memory leak?
- Posted by gwalters Feb 12, 2014
- 3680 views
Spock said...
gwalters said...
The program is looking at a 2 degree square window of stars (Tycho satellite data) looking for colinear triplets. There are 112 stars in the window and it recursively creates a cursor of 111 stars 112 times searching for star triplets. The window cannot be larger because the program will give out of memory eventually.
So you're looking for star triplets by creating cursors, right? Could there be a better way to this analysis? I'm interested in what you're trying to achieve but I have no idea what it is..
Spock