Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sagemathgh-38808: faster comparison of elliptic-curve morphisms
Here we add two fast checks to the generic comparison method for elliptic-curve morphisms that will quickly detect some pairs of unequal morphisms. In the context of sagemath#35949, this speeds up the following example from 5.9 seconds to 1.8 seconds: ```sage sage: E = EllipticCurve(GF((5, 2)), [0,1]) sage: %time _ = list(E.isogenies_degree(27)) ``` URL: sagemath#38808 Reported by: Lorenz Panny Reviewer(s): Sebastian A. Spindler
- Loading branch information