surprisingly enough, repr is quite expensive (100ms) as it needs to find a
description of the coefficients of defining polynomial of the field extension.
It gets called a lot as it is contained in some exception messages that are
expected in the control flow.
surprisingly enough, repr is quite expensive (100ms) as it needs to find a description of the coefficients of defining polynomial of the field extension. It gets called a lot as it is contained in some exception messages that are expected in the control flow.