On Wed, Apr 27, 2011 at 10:18:40AM -0700, Simon King wrote: > By "objects", I suppose you mean instances of > sage.structure.element.Element, such as elements of a finite field? > You say "timewise", so, I suppose that I should just create the > elements, not keep them in memory, and some of them may coincide? I > hope the test below is OK for you. > > With sage-4.7.alpha5, I obtain: > > sage: K = GF(101) > ... > Conclusion: > > The time for the element creation test is actually slightly better > with the patch. The startuptime did not change significantly. However, > the memory consumption did increase. > > More test scenarios are welcome!
Can you give it a shot with GF(2), so as to hit one of the smallest possible sage Element? Cheers, Nicolas -- Nicolas M. ThiƩry "Isil" <nthi...@users.sf.net> http://Nicolas.Thiery.name/ -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org