[pypy-dev] Fwd: Discussion with Guido van Rossum and (hopefully) core python-dev on scientific Python and Python3

2012-02-14 Thread Serhat Sevki Dincer
I will take the liberty to forward this topic on scientific python to pypy list, since numpy work on pypy has progressed a lot, apparently, and it does concern pypy too, i guess.. Date: Mon, 13 Feb 2012 13:55:45 -0800 From: Fernando Perez fperez@gmail.com Subject: [Matplotlib-users]

[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

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 piotr.skam...@gmail.com 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

[pypy-dev] Removing dead emails from list

2011-08-25 Thread Serhat Sevki Dincer
Whenever I send an email to pypy-dev I get the below bounce back. Can somebody remove that dead email from the list? frompostmas...@paran.com to jfcga...@gmail.com dateThu, Aug 25, 2011 at 12:18 PM subject [ERR] [pypy-dev] Incompatibility in binary distribution of libraries?

Re: [pypy-dev] regex (new re) and 1.6

2011-08-20 Thread Serhat Sevki Dincer
TOTITLE is missing? http://docs.python.org/release/2.7.2/library/stdtypes.html#str.title is working on (unicode) strings in pypy. I dont get it, what do u think is up? yes, TOTITLE is not implemented in cpyext, the cpython C compatibility layer. Btw - what are you trying to achieve? If