Comment #4 on issue 1908 by Vinzent.Steinberg: mutable core
http://code.google.com/p/sympy/issues/detail?id=1908
I don't think it would be only useful for '+='-style operations. If we have
Add(x, y, z) + Add(x, a)
and would use dictionaries instead of tuples for args, we could merge the
the two
dicts more efficiently (reusing the first or second add) than by just
recreating a
tuple, if I understand it correctly.
But please feel free to clarify how an efficient implementation can be
achieved
without mutability.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
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.