You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zj3D ceb9955051
ABC
4 months ago
..
000 普通做法.py ABC 4 months ago
010 多进程.py ABC 4 months ago
020 多线程.py ABC 4 months ago
030 协程.py ABC 4 months ago
040 异步.py ABC 4 months ago
readme.md ABC 4 months ago
util.py ABC 4 months ago

readme.md

目标

本节使用一个爬虫任务来展示如何追求代码的性能 。 充分理解线程、协程、进程、同步、异步、阻塞、非阻塞等概念,并能够根据具体场景选择合适的并发模型。 主线问题如何解决IO和计算速度不匹配、如何任务分解、分发和协作 。

任务

讨论分析