sage-4.6.2:: sage: P.<x> = GF(3)[]; C = HyperellipticCurve(x^3+x^2+1) sage: time C.count_points(4) CPU times: user 3.11 s, sys: 0.01 s, total: 3.12 s Wall time: 3.14 s [6, 12, 18, 96]
sage-4.7:: sage: P.<x> = GF(3)[]; C = HyperellipticCurve(x^3+x^2+1) sage: time C.count_points(4) [6, 12, 18, 96] Time: CPU 12.49 s, Wall: 12.58 s -- 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