On 11/02/2012 06:40 PM, Taavi Burns wrote: > I see that you're reading from the compressed zip file directly. That makes > me suspect that your map/reduce is waiting for data from the single-CPU-bound > job of zip decompression. > > Try decompressing the archive first, and make sure all the files fit into > your OS' disk cache (or flush the cache between tests). Sorry for the confusion. I've also been testing that version (which actually runs a minute faster for CPython), but the times in my previous mail are from "test1" which reads from disk files.
Also note that the zip is a 300MB file I created from the extracted files, not the 30MB 7z which would probably take too long to extract on the fly. Regards, Alejandro _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
