Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 2413 by five...@gmail.com: Printing performance (_compare_pretty)
http://code.google.com/p/sympy/issues/detail?id=2413

I had a performace problem when generating some code, profiled, and found that 60% of total run time was spent in basic.py:254 _compare_pretty(). Turning off this check sped up ccode() from 18 to 3.8 seconds in my test. Since I don't need to read the generated code, I would like a way to turn it off.

If you like, I can write a patch for this, but I'd like suggestions on how the configuration should be managed.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to