Am 30.03.2015 um 21:33 schrieb Aaron Meurer:
I would definitely test the different alternatives for sympy.abc to
see what's faster.

Also, I wonder what the effect of sympy.abc on the cache is. We have
an LRU cache, and assumedly importing it messes with that, at least
for a little bit.

Preliminary findings:

Once isympy is started up (which takes quite a while), doing
>>> from sympy import abc
takes negligible time, whether via exec_ or directly.

Doing
$ python bin/sympy_time.py
and
$ python bin/sympy_time_cache.py
both fail, though with different messages.
(I'm being called off and can't investigate more.)

--
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/5519CB46.5020701%40durchholz.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to