Am 01.07.2012 20:13, schrieb Ondřej Čertík:
On Sun, Jul 1, 2012 at 1:14 AM, Joachim Durchholz <j...@durchholz.org> wrote:
b) Keep the sorted list of keys in a separate member variable.
c) Create the sorted key list lazily (i.e. only when it's actually needed).

I am afraid it is needed pretty much all the time in the core. It would
have to be tried.

If that's the case, it might be even better to simply create the key list after the last key has been entered. Is the object creation workflow documented somewhere? That would be helpful in picking the right place to add this initialization.

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

Reply via email to