Re: [BangPypers] Would pypy result in a recast of what are the more efficient pythonic idioms ?

2011-08-11 Thread chetan giridhar
Out of curiosity ran the code in Python 3.2 and Python 2.7. Python 2.7: 30 μsec Python 3.2: 35 μsec Regards, Chetan On Thu, Aug 11, 2011 at 3:47 PM, Dhananjay Nene wrote: > I had done some benchmarking of code in various languages 3 years ago. I > had > not chosen to implement either the most

[BangPypers] Would pypy result in a recast of what are the more efficient pythonic idioms ?

2011-08-11 Thread Dhananjay Nene
I had done some benchmarking of code in various languages 3 years ago. I had not chosen to implement either the most efficient code, instead preferring to stick to a specific style of implementation. (The experiment is documented at http://blog.dhananjaynene.com/2008/07/performance-comparison-c-jav