Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #20429

TEST AN EXECUTABLE PYTHON SCRIPT SPEED UNDER A PYTHON SHELL

From 88888 Dihedral <dihedral88888@googlemail.com>
Newsgroups comp.lang.python
Subject TEST AN EXECUTABLE PYTHON SCRIPT SPEED UNDER A PYTHON SHELL
Date 2012-02-14 23:13 -0800
Organization http://groups.google.com
Message-ID <3474662.0.1329289996380.JavaMail.geo-discussion-forums@pbcpa10> (permalink)

Show all headers | View raw


After my testing of JAVA, PYTHON, VB,  C-sharp and Erlang like 
script languages, I noticed that script languages should be 
timed after the shell interpreter completed loaded.

The start up loading time of script interpreters should be excluded in the measure of executing a byte code script.

This also explains why C-executables  are fast in manny testing
programs of various languages to out beat all interpreter loading
languages.  

But I computed the Euler'of s number for tens of thousands of digitsunder different  shells , then I was able to check the speed
issues of various computer languages.

My question is whether  a lot speed testings  of computer languages are done in a  biased way toward script languages 
to be slow?

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

TEST  AN EXECUTABLE  PYTHON SCRIPT SPEED UNDER A PYTHON SHELL 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-14 23:13 -0800
  Re: TEST  AN EXECUTABLE  PYTHON SCRIPT SPEED UNDER A PYTHON SHELL Miki Tebeka <miki.tebeka@gmail.com> - 2012-02-15 10:36 -0800
    Re: TEST  AN EXECUTABLE  PYTHON SCRIPT SPEED UNDER A PYTHON SHELL Dave Angel <d@davea.name> - 2012-02-15 13:48 -0500
    Re: TEST AN EXECUTABLE PYTHON SCRIPT SPEED UNDER A PYTHON SHELL Chris Angelico <rosuav@gmail.com> - 2012-02-16 10:54 +1100
    RE: TEST AN EXECUTABLE PYTHON SCRIPT SPEED UNDER A PYTHON SHELL "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-02-16 21:10 +0000
    Re: TEST AN EXECUTABLE PYTHON SCRIPT SPEED UNDER A PYTHON SHELL Arnaud Delobelle <arnodel@gmail.com> - 2012-02-16 21:51 +0000
  Re: TEST AN EXECUTABLE PYTHON SCRIPT SPEED UNDER A PYTHON SHELL gene heskett <gheskett@wdtv.com> - 2012-02-16 20:40 -0500

csiph-web