基于Python的性能优化--多线程、协程、多进程
摘要:
合集 - Python(1) 1.基于Python的性能优化05-24 收起 一、多线程 在CPU不密集、IO密集的任务下,多线程可以一定程度的提升运行效率。 import threading import time import requests def fetch_url(url: str)-> 阅读全文
posted @ 2024-05-24 22:04 jack_Meng 阅读(66) 评论(0) 推荐(0) 编辑