2010/12/22 Dima Tisnek <[email protected]>: > Hi, > > Somehow I'm getting exactly same performance in threaded and > non-threaded code (I would expect at least some speedup), > Is threading not there in this pypy release in practice or am I > missing some argument to pypy?
PyPy has a GIL if that's what you mean. -- Regards, Benjamin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
