We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c3470 commit 6b494bbCopy full SHA for 6b494bb
README.rst
@@ -27,8 +27,8 @@ message sizes. The *sockets* benchmark uses ``loop.sock_recv()`` and
27
``loop.sock_sendall()`` methods; the *streams* benchmark uses asyncio
28
high-level streams, created by the ``asyncio.start_server()`` function;
29
and the *protocol* benchmark uses ``loop.create_server()`` with a simple
30
-echo protocol. Read more about uvloop performance
31
-`here <http://magic.io/blog/uvloop-blazing-fast-python-networking/>`_.
+echo protocol. Read more about uvloop
+`performance <http://magic.io/blog/uvloop-blazing-fast-python-networking/>`_.
32
33
34
Installation
0 commit comments