On Wed, Mar 25, 2009 at 11:03 AM, howard chen <howac...@gmail.com> wrote:
> Hello,
>
> On Wed, Mar 25, 2009 at 4:10 AM, Rocco Caputo <rcap...@pobox.com> wrote:
>>
>> time(1) includes Perl & Python startup/shutdown time, which may be
>> significant.
>>
>
> Suppose the difference is negligible.

That's a big supposition to make:

[11:12:35] g...@~/ $time python -c'import twisted'

real    0m1.487s
user    0m0.282s
sys     0m0.103s
[11:12:58] g...@~/ $time perl -MPOE -e1

real    0m0.092s
user    0m0.076s
sys     0m0.014s



Note that I am not a Python person so I don't know if these two
commands really are equivalent.

-Chris

Reply via email to