On Aug 24, 12:29 pm, andrejv <andrej.vodopi...@gmail.com> wrote:
> If this is true the slowdown should be decreased if you add
> nolabels:true; at the top of in.

Wow, thanks for the insight, this works!!!

sage: maxima.eval('nolabels:true;')
'true'
sage: %timeit maxima.eval('1+1')
100 loops, best of 3: 4 ms per loop
sage: %timeit maxima.eval('1+1')
100 loops, best of 3: 4.03 ms per loop
sage: %timeit maxima.eval('1+1')
100 loops, best of 3: 4.02 ms per loop
sage: %timeit maxima.eval('1+1')
100 loops, best of 3: 4.01 ms per loop
sage: %timeit maxima.eval('1+1')
100 loops, best of 3: 4.03 ms per loop
sage: %timeit maxima.eval('1+1')
100 loops, best of 3: 4.03 ms per loop
sage: %timeit maxima.eval('1+1')
100 loops, best of 3: 4.27 ms per loop
sage: %timeit maxima.eval('1+1')
100 loops, best of 3: 4.02 ms per loop
sage: %timeit maxima.eval('1+1')
100 loops, best of 3: 4.04 ms per loop
... and still in sync?
sage: maxima.eval('1+3')
'4'
:-)

H
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to