Re: Python 3.2 vs Java 1.6

2011-04-09 Thread Hans Georg Schaathun
On Sat, 9 Apr 2011 01:32:17 +1000, Chris Angelico wrote: : On Sat, Apr 9, 2011 at 1:21 AM, km wrote: : > How does python 3.2 fare compared to Java 1.6 in terms of performance ? : > any pointers or observations ? : : How do apples compare to oranges in terms of performance? My performance is

Re: Python 3.2 vs Java 1.6

2011-04-09 Thread Octavian Rasnita
From: "Steven D'Aprano" Newsgroups: comp.lang.python > On Sat, 09 Apr 2011 01:32:17 +1000, Chris Angelico wrote: > >> On Sat, Apr 9, 2011 at 1:21 AM, km wrote: >>> Hi All, >>> >>> How does python 3.2 fare compared to Java 1.6 in terms of performance ? >>> any pointers or observations ? >> >> H

Re: Python 3.2 vs Java 1.6

2011-04-09 Thread Chris Rebert
On Fri, Apr 8, 2011 at 11:34 PM, Steven D'Aprano wrote: > Have a look at the programming language shoot- > out: > > http://shootout.alioth.debian.org/ > > Don't jump to conclusions: > > http://shootout.alioth.debian.org/dont-jump-to-conclusions.php > > [By the way, does anyone know why the number

Re: Python 3.2 vs Java 1.6

2011-04-08 Thread Steven D'Aprano
On Sat, 09 Apr 2011 01:32:17 +1000, Chris Angelico wrote: > On Sat, Apr 9, 2011 at 1:21 AM, km wrote: >> Hi All, >> >> How does python 3.2 fare compared to Java 1.6 in terms of performance ? >> any pointers or observations ? > > Hi All, > > How do apples compare to oranges in terms of performan

Re: Python 3.2 vs Java 1.6

2011-04-08 Thread geremy condra
On Fri, Apr 8, 2011 at 8:21 AM, km wrote: > Hi All, > > How does python 3.2 fare compared to Java 1.6 in terms of performance ? > any pointers or observations ? Python and Java have overall very different performance profiles, but for the vast majority of applications either will suffice. If you

Re: Python 3.2 vs Java 1.6

2011-04-08 Thread Moises Alberto Lindo Gutarra
I work with java since 1997 and with python three years ago, and i really think that python performance is much better than java, i made same applications using both and python always responses better. Try to do the same with a little appication accesing data bases, using ftp clients, etc and you w

Re: Python 3.2 vs Java 1.6

2011-04-08 Thread Chris Angelico
On Sat, Apr 9, 2011 at 1:21 AM, km wrote: > Hi All, > > How does python 3.2 fare compared to Java 1.6 in terms of performance ? > any pointers or observations ? Hi All, How do apples compare to oranges in terms of performance? Chris Angelico -- http://mail.python.org/mailman/listinfo/python-li

Python 3.2 vs Java 1.6

2011-04-08 Thread km
Hi All, How does python 3.2 fare compared to Java 1.6 in terms of performance ? any pointers or observations ? regards, KM -- http://mail.python.org/mailman/listinfo/python-list