From 35a6ed5b76a6e90d79ee09e3fd5e675a0a899971 Mon Sep 17 00:00:00 2001 From: MarkusSintonen <12939780+MarkusSintonen@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:56:02 +0200 Subject: [PATCH] Benchmark Python version note to README --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c279822e..121b59af 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,10 @@ The project documentation can be found Performance ----------- -uvloop makes asyncio 2-4x faster. +**These benchmarks were run in old version of Python (3.5). Differences are not as great with +newer Python versions.** + +uvloop makes asyncio 2-4x faster in old Python versions when asyncio was not yet mature. .. image:: https://raw.githubusercontent.com/MagicStack/uvloop/master/performance.png :target: http://magic.io/blog/uvloop-blazing-fast-python-networking/