in reply to help with memory leak
Could you post a combination of parameters that causes problems? I guess $rep is sufficient.
Another idea would be to isolate your code from the Poly::Solve module. In the current code they are somehow linked through the @zeroes array, even though this should not be. If you do
$haystack{"$a, $b, $c"} = join "|", @zeros;
as a test, this coupling should be much weaker as you only keep a string containing your results and not a reference.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: help with memory leak
by crunch_this! (Acolyte) on Apr 16, 2013 at 21:21 UTC | |
by bioinformatics (Friar) on Apr 17, 2013 at 04:31 UTC |