On 20 August 2016 at 02:50, Maciej Fijalkowski <fij...@gmail.com> wrote:
> Very likely just pyc import time

As one of the import system maintainers, that's a number I consider
quite interesting and worth benchmarking :)

It's also one of the key numbers for Linux distro Python usage, since
it impacts how responsive the system shell feels to developers and
administrators - an end user can't readily tell the difference between
"this shell is slow" and "this particular command I am running is
using a language interpreter with a long startup time", but an
interpreter benchmark suite can.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
Speed mailing list
Speed@python.org
https://mail.python.org/mailman/listinfo/speed

Reply via email to