MagicStack / uvloop

Ultra fast asyncio event loop.
Apache License 2.0
10.45k stars 548 forks source link

Add note about Python version to performance claims in README #644

Open MarkusSintonen opened 2 weeks ago

MarkusSintonen commented 2 weeks ago

Performance claims are not so valid in newer Python versions. Add this to the README. Benchmark should include different Python versions. For now, just add the version on which the benchmarks were run in. Related issue https://github.com/MagicStack/uvloop/issues/566