Re: [pypy-dev] deepcopy slower in PyPy - testing script

2011-09-08 Thread Jorge de Jesus
Hi to all That was an interesting result, so (for what I understood) there is nothing wrong with PyPy, it's just the code I'm trying to run doesn't have "sufficient" loops for the JIT to kickstart and be useful ? Any one has a copy of "PyPy for dummies" ^_^ All the best Jorge On 08/09/11 14:2

Re: [pypy-dev] deepcopy slower in PyPy - testing script

2011-09-08 Thread David Fraser
On Thursday, September 8, 2011 at 12:58:54 PM, Jorge de Jesus wrote: > Hi to all > > Thank you for all the answers concerning the topic. > > The deepcopy testing script in issue 767 [1], is working faster in PyPy > than in CPython, but deepcopy is run on a list of numbers. > > BUT, PyWPS runs

[pypy-dev] deepcopy slower in PyPy - testing script

2011-09-08 Thread Jorge de Jesus
Hi to all Thank you for all the answers concerning the topic. The deepcopy testing script in issue 767 [1], is working faster in PyPy than in CPython, but deepcopy is run on a list of numbers. BUT, PyWPS runs a lot of DOM functions and deepcopy calls that pass DOM Elements as argument. Just to