Email or username:

Password:

Forgot your password?
Michał Górny

How about one of the many alternative #Python #AsyncIO implementations that keeps causing trouble, yet people use it because it claims to be "ultra fast". Except that the claim is based on benchmarks… from 2018. Done on Python 3.5. Against other implementations whose versions weren't given. And last year, someone already reported they can't reproduce the numbers.

#Gentoo

7 comments
Michał Górny

@mimi89999, I'm sorry, I've decided to avoid calling out specific projects by name.

Zło To

@mgorny @mimi89999 It can only be either trio or curio.

How about AnyIO which abstracts #asyncio and trio, but since a program may run both at the same time, it needs to sniff the currently running loop for every call ...while everyone thinks it's a simple wrapper

Go Up