[Sqlalchemy-tickets] Issue #4113: use asyncio + uvloop in sqlalchemy. (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
From: zaazbb <iss...@bi...> - 2017-10-17 10:47:06
|
New issue 4113: use asyncio + uvloop in sqlalchemy. https://bitbucket.org/zzzeek/sqlalchemy/issues/4113/use-asyncio-uvloop-in-sqlalchemy zaazbb: asyncio + uvloop is very fast now. uvloop makes asyncio fast. In fact, it is at least 2x faster than nodejs, gevent, as well as any other Python asynchronous framework. The performance of uvloop-based asyncio is close to that of Go programs. from: https://magic.io/blog/uvloop-blazing-fast-python-networking/ |