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 7bb12a1 commit 35a6ed5Copy full SHA for 35a6ed5
README.rst
@@ -21,7 +21,10 @@ The project documentation can be found
21
Performance
22
-----------
23
24
-uvloop makes asyncio 2-4x faster.
+**These benchmarks were run in old version of Python (3.5). Differences are not as great with
25
+newer Python versions.**
26
+
27
+uvloop makes asyncio 2-4x faster in old Python versions when asyncio was not yet mature.
28
29
.. image:: https://raw.githubusercontent.com/MagicStack/uvloop/master/performance.png
30
:target: http://magic.io/blog/uvloop-blazing-fast-python-networking/
0 commit comments