I was trying to define a power series 1 + O(x^(5e6)) with base ring the 
finite field with 13 elements. 
And it is taking surprisingly long. 

sage: F = GF(13); R.<x> = F[[]]
sage: prec = 5*10^6
sage: timeit('R([1], prec)') # long time.
5 loops, best of 3: 1.04 s per loop

Could someone kindly point out if I messed up somewhere? Thanks! -- hao

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to