Hello, Why is this twisted tcp benchmark slow in pypy? Does memory management play a role? Or perhaps the interface to the system calls? eg, is there no event io being used by the twisted version?
I think in CPython, it would be using a c binding, and not allocating any memory as it would all be coming from memory pools. It's probably using the same pieces of memory too. cu. On Thu, Dec 9, 2010 at 2:30 PM, Jacob Hallén <[email protected]> wrote: > Extracted from what exarkun said on the IRC channel. > > twisted-tcp: > > Connects one Twised client to one Twisted server over TCP (on the loopback > interface) and then writes bytes as fast as it can. > > > _______________________________________________ > [email protected] > http://codespeak.net/mailman/listinfo/pypy-dev >
_______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
