Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #20429 > unrolled thread
| Started by | 88888 Dihedral <dihedral88888@googlemail.com> |
|---|---|
| First post | 2012-02-14 23:13 -0800 |
| Last post | 2012-02-16 20:40 -0500 |
| Articles | 7 — 7 participants |
Back to article view | Back to comp.lang.python
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
| From | 88888 Dihedral <dihedral88888@googlemail.com> |
|---|---|
| Date | 2012-02-14 23:13 -0800 |
| Subject | TEST AN EXECUTABLE PYTHON SCRIPT SPEED UNDER A PYTHON SHELL |
| Message-ID | <3474662.0.1329289996380.JavaMail.geo-discussion-forums@pbcpa10> |
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?
[toc] | [next] | [standalone]
| From | Miki Tebeka <miki.tebeka@gmail.com> |
|---|---|
| Date | 2012-02-15 10:36 -0800 |
| Message-ID | <27157671.70.1329330986455.JavaMail.geo-discussion-forums@yndy9> |
| In reply to | #20429 |
It depends on the overall runtime of the script vs start time of the vm. But yes in most benchmarks the script start time will bias against scripted languages. On a site note: ALL CAPS is considered shouting, please don't use that in news groups.
[toc] | [prev] | [next] | [standalone]
| From | Dave Angel <d@davea.name> |
|---|---|
| Date | 2012-02-15 13:48 -0500 |
| Message-ID | <mailman.5845.1329331754.27778.python-list@python.org> |
| In reply to | #20458 |
On 02/15/2012 01:36 PM, Miki Tebeka wrote: > It depends on the overall runtime of the script vs start time of the vm. But yes in most benchmarks the script start time will bias against scripted languages. > > On a site note: ALL CAPS is considered shouting, please don't use that in news groups. When you reply to a known bot, please include some indication of the fact, so we know your message can be ignored as well. -- DaveA
[toc] | [prev] | [next] | [standalone]
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2012-02-16 10:54 +1100 |
| Subject | Re: TEST AN EXECUTABLE PYTHON SCRIPT SPEED UNDER A PYTHON SHELL |
| Message-ID | <mailman.5867.1329350086.27778.python-list@python.org> |
| In reply to | #20458 |
On Thu, Feb 16, 2012 at 5:48 AM, Dave Angel <d@davea.name> wrote: > When you reply to a known bot, please include some indication of the fact, > so we know your message can be ignored as well. Sometimes I wonder about 88888. Is there a real person there, as well as the bot? A lot of his/its posts look too intelligent to be computer-generated - or maybe I'm underestimating the quality of AI. ChrisA
[toc] | [prev] | [next] | [standalone]
| From | "Prasad, Ramit" <ramit.prasad@jpmorgan.com> |
|---|---|
| Date | 2012-02-16 21:10 +0000 |
| Subject | RE: TEST AN EXECUTABLE PYTHON SCRIPT SPEED UNDER A PYTHON SHELL |
| Message-ID | <mailman.5900.1329428544.27778.python-list@python.org> |
| In reply to | #20458 |
>> When you reply to a known bot, please include some indication of the >> fact, so we know your message can be ignored as well. >Sometimes I wonder about 88888. Is there a real person there, as well as the bot? A lot of his/its posts look too intelligent to be computer-generated - or maybe I'm underestimating the quality of AI. I was wondering the exact same thing. Ramit Ramit Prasad | JPMorgan Chase Investment Bank | Currencies Technology 712 Main Street | Houston, TX 77002 work phone: 713 - 216 - 5423 -- This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accuracy and completeness of information, viruses, confidentiality, legal privilege, and legal entity disclaimers, available at http://www.jpmorgan.com/pages/disclosures/email.
[toc] | [prev] | [next] | [standalone]
| From | Arnaud Delobelle <arnodel@gmail.com> |
|---|---|
| Date | 2012-02-16 21:51 +0000 |
| Subject | Re: TEST AN EXECUTABLE PYTHON SCRIPT SPEED UNDER A PYTHON SHELL |
| Message-ID | <mailman.5901.1329429097.27778.python-list@python.org> |
| In reply to | #20458 |
On 16 February 2012 21:10, Prasad, Ramit <ramit.prasad@jpmorgan.com> wrote: >>> When you reply to a known bot, please include some indication of the >>> fact, so we know your message can be ignored as well. > >>Sometimes I wonder about 88888. Is there a real person there, as well as the bot? A lot of his/its > posts look too intelligent to be computer-generated - or maybe I'm underestimating the quality of AI. > > I was wondering the exact same thing. I think it may be that what you are underestimating is your ability, as a human being, to create meaning where there is none. -- Arnaud
[toc] | [prev] | [next] | [standalone]
| From | gene heskett <gheskett@wdtv.com> |
|---|---|
| Date | 2012-02-16 20:40 -0500 |
| Subject | Re: TEST AN EXECUTABLE PYTHON SCRIPT SPEED UNDER A PYTHON SHELL |
| Message-ID | <mailman.5908.1329443216.27778.python-list@python.org> |
| In reply to | #20429 |
On Thursday, February 16, 2012 08:40:04 PM Arnaud Delobelle did opine: > On 16 February 2012 21:10, Prasad, Ramit <ramit.prasad@jpmorgan.com> wrote: > >>> When you reply to a known bot, please include some indication of the > >>> fact, so we know your message can be ignored as well. > >> > >>Sometimes I wonder about 88888. Is there a real person there, as well > >>as the bot? A lot of his/its > >> > > posts look too intelligent to be computer-generated - or maybe I'm > > underestimating the quality of AI. > > > > I was wondering the exact same thing. > > I think it may be that what you are underestimating is your ability, > as a human being, to create meaning where there is none. Ouch! Cheers, Gene -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) My web page: <http://coyoteden.dyndns-free.com:85/gene> Why do seagulls live near the sea? 'Cause if they lived near the bay, they'd be called baygulls.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web