Are you using the @horner macro in julia then? -viral On 22 Feb 2015 20:11, "DumpsterDoofus" <[email protected]> wrote:
> Thanks! I converted the expressions to Horner form using the HornerForm > command in Mathematica, and then used them in Julia. Memory allocation was > reduced from 2.2GB to 16MB, and the gc() time was negligible. Strange that > having + applied to many-term expressions can cause this sort of thing to > happen. In any case, I learned something new. >
