Some performance improvements for PyPy - #103
Conversation
|
Ah, I see some tests failed. I will look intro that. For the moment, ignore the pull-request. |
|
Now it is ready to merge. The speed improvement is about 25% for my testcase. At the moment, pypy is three times slower than the C implementation. |
|
Thanks. |
Some performance improvements for PyPy
|
I've already looked into using |
|
asyncio chose bytearray for receive buffer. Python 2.7: Python 3.4: PyPy 2.3.1: |
|
I reimplemented the buffer using bytearray. It is much slower than the current implementation. |
No description provided.