On Fri, Aug 25, 2017 at 10:31 AM, Harald Schilly <[email protected]> wrote:
> Inside sage -sh:
>
> (sage-sh) ...@compute8-us:build$ time echo "print()" | ipython  > /dev/null
>
> real    0m1.122s
> user    0m0.812s
> sys     0m0.080s
> (sage-sh) ...@compute8-us:build$ time echo "print()" | python  > /dev/null
>
> real    0m0.014s
> user    0m0.008s
> sys     0m0.004s
> (sage-sh) ...@compute8-us:build$ time echo "print()" | ipython  > /dev/null
>
> real    0m1.076s
> user    0m0.796s
> sys     0m0.064s
>
> (sage-sh) ...@compute8-us:build$ time echo "print()" | python  > /dev/null
>
> real    0m0.014s
> user    0m0.008s
> sys     0m0.004s

Looking at these numbers it would seem (unsurprisingly) that IPython
is the primary culprit.  IPython has always been a little noticeably
slower to start up for me though.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to