[pypy-dev] Performance issues of socket.recv_into()

Armin Rigo arigo at tunes.org
Tue Aug 9 09:10:28 EDT 2016


Hi,

On 9 August 2016 at 15:08, hubo <hubo at jiedaibao.com> wrote:
> Unfortunately, "to receive in the middle of a buffer where there is already
> some data in
> the beginning of the buffer and you want all data concatenated", that is
> exactly what I really want... This test script is just a simplified version.
> So I am really sad to find out that recv_into() is not very efficient.

As I said: I have fixed it now.  The next release of PyPy will contain
an efficient recv_into().


A bientôt,

Armin.


More information about the pypy-dev mailing list