esheldon / smatch

Code to match points on the sphere using the healpix scheme
Other
12 stars 3 forks source link

Free self->matches which was missing (and leaked a ton of memory) #5

Closed erykoff closed 7 years ago

erykoff commented 7 years ago

Note that this bug did not manifest itself in file output mode. This doesn't change the peak memory usage (which was the same in file or non-file mode) but reduces the post-run memory by a factor of x3, and as an added bonus doesn't hold onto that memory forever.

esheldon commented 7 years ago

yikes