> Check out http://sage.math.washington.edu/home/mabshoff/massif.10502.ps
> - the output is from the massif heap profiler.
>
> The big 100 mb chunk is from libpari and unavoidable.

OK, and the other chunks (PyObject_Malloc) don't look like they're
growing very much, right?

I can save on creating anything outside of Pari if I create a public
method in my data type which stores the one existing polynomial I'm
considering.  Is there any better way of porting an int[] into Python/
SAGE without doing the naive thing that I did above?

Yours,

John Voight
Assistant Professor of Mathematics
University of Vermont
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.cems.uvm.edu/~voight/


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to