Is there a convention for functions returning larger objects?
For example if M is an immutable matrix, would it give more speed to have something like M.__mul__(M, immutable=True)?
-- Jori Mäntysalo
Is there a convention for functions returning larger objects?
For example if M is an immutable matrix, would it give more speed to have something like M.__mul__(M, immutable=True)?
-- Jori Mäntysalo