PS:
> One can then do
> sage: for p in primes(2,1000000):
> ....: R.<x,y,z> = GF(p)[]
> sage: get_memory_usage()
> 778.35546875
And:
sage: len(sage.rings.polynomial.polynomial_ring_constructor._cache)
34
Hence, indeed, some rings were garbage collected.
Cheers,
Simon
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---