Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.029 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.04; '3.2': 0.07; 'python': 0.07; 'am,': 0.14; 'wrote:': 0.14; 'observations': 0.16; 'pointers': 0.16; 'subject:Java': 0.16; 'header:In-Reply-To:1': 0.22; 'compared': 0.22; 'java': 0.24; 'compare': 0.26; 'chris': 0.27; 'message-id:@mail.gmail.com': 0.28; 'sat,': 0.29; 'does': 0.31; 'all,': 0.31; 'to:addr:python- list': 0.32; 'received:209.85': 0.37; 'apr': 0.38; 'received:google.com': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'how': 0.39; 'header:Received:5': 0.40; '2011': 0.62; '1.6': 0.84; 'fare': 0.84; 'received:209.85.210.174': 0.84; 'received:mail- iy0-f174.google.com': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=lx9s+9KlEN3N1IELR7kJro96mc26vg/sGQazvSBQBFw=; b=q89z+fpjdMb1jq7SopTL5xvnGeq9vE0gJIC1vBfdzTJLgDNNV+1Xf71c7WyphV8Z9J EU8GQeP6IdSRshPN37eG4uR3qWl1eTkfvfNjQQ9KOT1+5tN4offxvIcRTXHZpOSaYS7Y gav14vVmlU37TBIWm8sXrLfBZtcnKSzp+wnGk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=TIy9CQdS8eoYO1gN/5TjyE8Kq57IFtSJ/3f7PNtv8L29yfzOfdBXoReVBiBBM4LZ93 9fYDVSXiaenLHJMzZBSy3kjkgWFxAym5PaSxVJgLPN3hwBtLLTu4ZnMijHzOOaCxt/6L 21Zd4QbxkR1KULHtvgvxUed5k3Rgd7aWR7LJM= MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 9 Apr 2011 01:32:17 +1000 Subject: Re: Python 3.2 vs Java 1.6 From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1302276740 news.xs4all.nl 81476 [::ffff:82.94.164.166]:60171 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:2847 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