Home > Q&A > body text
python open读写文件时如何实现异步IO,解决IO瓶颈带来的性能问题
高洛峰2017-04-18 10:17:11
Baidu gevent
阿神2017-04-18 10:17:11
Use asyncio. It is recommended that the subject read A Web Crawler With asyncio Coroutines by 500Lines to understand the concept of asynchronous.
伊谢尔伦2017-04-18 10:17:11
asyncio + aiofilesUse this https://github.com/Tinche/aio...