Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
latest benchmark, 2.6 compatibility, greenlet support
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Andy  
View profile  
 More options Sep 21 2010, 8:07 pm
From: Andy <selforgani...@gmail.com>
Date: Tue, 21 Sep 2010 17:07:18 -0700 (PDT)
Local: Tues, Sep 21 2010 8:07 pm
Subject: latest benchmark, 2.6 compatibility, greenlet support
Hi,

1) The most recent release I could find was about a year old (http://
code.google.com/p/unladen-swallow/wiki/Release2009Q3). Has there been
any new releases since then? If so, do you have any performance &
memory consumption data for the latest release? I'm mainly interested
in using Unladen Swallow for Django.

2) Unladen Swallow is targeted for integration with Python 3. Does it
work with 2.6? If so, how to do that?

3) Does Unladen Swallow work with greenlets or greenlet-like libraries
such as gevent?

Thanks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett Cannon  
View profile  
 More options Sep 22 2010, 3:03 pm
From: Brett Cannon <br...@python.org>
Date: Wed, 22 Sep 2010 12:03:58 -0700
Local: Wed, Sep 22 2010 3:03 pm
Subject: Re: [unladen-swallow] latest benchmark, 2.6 compatibility, greenlet support

On Tue, Sep 21, 2010 at 17:07, Andy <selforgani...@gmail.com> wrote:
> Hi,

> 1) The most recent release I could find was about a year old (http://
> code.google.com/p/unladen-swallow/wiki/Release2009Q3). Has there been
> any new releases since then? If so, do you have any performance &
> memory consumption data for the latest release? I'm mainly interested
> in using Unladen Swallow for Django.

There has not been another release.

> 2) Unladen Swallow is targeted for integration with Python 3. Does it
> work with 2.6? If so, how to do that?

Unladen Swallow is a branch off of Python 2.6.

> 3) Does Unladen Swallow work with greenlets or greenlet-like libraries

I have no idea.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Antoine Pitrou  
View profile  
 More options Sep 24 2010, 10:01 am
From: Antoine Pitrou <antoine.pit...@gmail.com>
Date: Fri, 24 Sep 2010 07:01:10 -0700 (PDT)
Local: Fri, Sep 24 2010 10:01 am
Subject: Re: latest benchmark, 2.6 compatibility, greenlet support

On 22 sep, 02:07, Andy <selforgani...@gmail.com> wrote:

> 1) The most recent release I could find was about a year old (http://
> code.google.com/p/unladen-swallow/wiki/Release2009Q3). Has there been
> any new releases since then? If so, do you have any performance &
> memory consumption data for the latest release? I'm mainly interested
> in using Unladen Swallow for Django.

While apparently no official performance data has been released, a
simple comparison between SVN HEAD of unladen swallow and stock Python
2.7 gives the following:

$ ./perf.py -b django ~/cpython/release2.7-maint/python ~/unladen/
__svn__/python
Running django...
INFO:root:Running /home/antoine/unladen/__svn__/python ./performance/
bm_django.py -n 50
INFO:root:Running /home/antoine/cpython/release2.7-maint/python ./
performance/bm_django.py -n 50

Report on Linux localhost.localdomain 2.6.33.5-desktop-2mnb #1 SMP Thu
Jun 17 19:50:04 UTC 2010 x86_64 x86_64
Total CPU cores: 4

### django ###
Min: 0.676715 -> 0.455188: 1.4867x faster
Avg: 0.682615 -> 0.459449: 1.4857x faster
Significant (t=172.518561)
Stddev: 0.00825 -> 0.00394: 2.0934x smaller

By the way, the benchmark scripts are maintained at http://hg.python.org/benchmarks/

Good luck

Antoine.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »