Re: [pypy-dev] file reading/writing speed

2011-08-08 Thread Hakan Ardo
On Tue, Aug 9, 2011 at 5:07 AM, Josh Ayers wrote: > > I generated a 1 million element array using the built-in array module, wrote > it to disk, and then read it back in.  See http://pastie.org/2342676 for the > code. > > Each operation was slower with PyPy than with CPython. > >  * Array creation

[pypy-dev] file reading/writing speed

2011-08-08 Thread Josh Ayers
Sorry if this is a dumb question - I'm very new to PyPy, but also very interested in using it in several applications. I currently use PyTables and NumPy in a particular application, and I was playing around with the idea of migrating it to PyPy. I don't really need the querying or compression ca