Hi Nils, On 2013-08-22, Nils Bruin <[email protected]> wrote: > I didn't devise a test to see what the penalty is, but it's quite > conceivably measurable. Shouldn't we provide a convenient system to do the > expensive processing only when the verbose message is actually required? > Perhaps some cython inline function or macro to put the appropriate > conditional around the call?
We have lazy_string and lazy_format. Note that #14585 suggest a cython version of them. Cheers, Simon -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/groups/opt_out.
