Updates:
        Labels: Printing

Comment #5 on issue 2413 by asmeurer: Printing performance (_compare_pretty)
http://code.google.com/p/sympy/issues/detail?id=2413

If you replace line 260 of printer.py with

return sorted(Add.make_args(expr), key=Basic.sorted_key)

does it improve the performance (and does it still work)?

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

Reply via email to