Re: Performance of Python 2.3 and 2.4

2006-04-22 Thread Felipe Almeida Lessa
Em Dom, 2006-04-23 às 00:20 +0200, Michal Kwiatkowski escreveu: > Hi! > > I was just wondering... Probably there is another factor involved: $ python2.3 Python 2.3.5 (#2, Mar 6 2006, 10:12:24) [GCC 4.0.3 20060304 (prerelease) (Debian 4.0.2-10)] on linux2 Type "help", "copyright", "credits" or "

Re: Performance of Python 2.3 and 2.4

2006-04-22 Thread Tim Peters
[Michal Kwiatkowski] > I was just wondering... > > Python 2.3.5 (#2, Mar 6 2006, 10:12:24) > [GCC 4.0.3 20060304 (prerelease) (Debian 4.0.2-10)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import timeit > >>> a = timeit.Timer('2**1') > >>> b = t

Performance of Python 2.3 and 2.4

2006-04-22 Thread Michal Kwiatkowski
Hi! I was just wondering... Python 2.3.5 (#2, Mar 6 2006, 10:12:24) [GCC 4.0.3 20060304 (prerelease) (Debian 4.0.2-10)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import timeit >>> a = timeit.Timer('2**1') >>> b = timeit.Timer('112233445566778899