Re: [pypy-dev] Real world comparison with native application & cpython

2011-11-25 Thread Yury Selivanov
Maybe it's a good idea to find the bottleneck in the test and extend speed.pypy suite? The more performance tests it hosts the better. -Yury On 2011-11-25, at 11:31 AM, Serhat Sevki Dincer wrote: > https://bugs.pypy.org/issue940 > > On Fri, Nov 25, 2011 at 6:22 PM, Piotr Skamruk > wrote: >>

Re: [pypy-dev] Real world comparison with native application & cpython

2011-11-25 Thread Serhat Sevki Dincer
https://bugs.pypy.org/issue940 On Fri, Nov 25, 2011 at 6:22 PM, Piotr Skamruk wrote: > Serhat had probably in mind that pypy1.7 is slower than cpython2.7 in this > test. > > Serhat: add this as bug to bugs.pypy.org ___ pypy-dev mailing list pypy-dev@py

Re: [pypy-dev] Real world comparison with native application & cpython

2011-11-25 Thread Piotr Skamruk
Serhat had probably in mind that pypy1.7 is slower than cpython2.7 in this test. Serhat: add this as bug to bugs.pypy.org 2011/11/25 Benjamin Peterson : > 2011/11/25 Serhat Sevki Dincer : >> I wrote a tiny grep with multi-line match support, and compared its >> speed under pypy 1.7 with grep and

Re: [pypy-dev] Real world comparison with native application & cpython

2011-11-25 Thread Benjamin Peterson
2011/11/25 Serhat Sevki Dincer : > I wrote a tiny grep with multi-line match support, and compared its > speed under pypy 1.7 with grep and CPython 2.7.1 (on ubuntu 11.04 > laptop). > No special algorithm/implementation is employed; it is bare re module. > > input: Plone 4.1.2 eggs directory, size

[pypy-dev] Real world comparison with native application & cpython

2011-11-25 Thread Serhat Sevki Dincer
I wrote a tiny grep with multi-line match support, and compared its speed under pypy 1.7 with grep and CPython 2.7.1 (on ubuntu 11.04 laptop). No special algorithm/implementation is employed; it is bare re module. input: Plone 4.1.2 eggs directory, size 286mb, possible processed input size is abou