https://towardsdatascience.com/how-we-optimized-python-api-server-code-100x-9da94aa883c5 - статься про оптимизацию API с использованием asyncio, SQLAlchemy, asyncpg, pandas, Cython
#cython #optimize #asyncio
#cython #optimize #asyncio
Medium
How we optimized Python API server code 100x
Some of the tricks we used to speed up calls to our analytics API written in Python: played with asyncio, messed with SQLAlchemy, hacked…