On 2025-11-22 11:57:32, Dima Pasechnik wrote:
>    ncalls  tottime  percall  cumtime  percall filename:lineno(function)
>      2039   13.336    0.007   13.339    0.007 relation.py:1818(<genexpr>)
> ...
> 
>    Thus, dog-slow symbolic ring "relation" code.
> 
> 
>    ncalls  tottime  percall  cumtime  percall filename:lineno(function)
>       307    4.847    0.016    9.157    0.030 
> polynomial_quotient_ring_element.py:385(__invert__)
>
> Thus, dog-slow arithmetic in polynomial quotient rings.

Thanks! These could actually be the same problem. The slow code in
relation.py is coercing a bunch of symbolic equations into a
polynomial ring.

Maybe it's Singular being slow or something like that.

-- 
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 view this discussion visit 
https://groups.google.com/d/msgid/sage-devel/aSIpQ7DvAg0n4tLE%40mertle.

Reply via email to