gpt4 book ai didi

python - python中导入模块的数量会影响内存和性能吗?

转载 作者:太空狗 更新时间:2023-10-30 00:40:05 24 4
gpt4 key购买 nike

在 python 中导入模块时,从包中导入单个模块时是否存在内存差异,例如:from math import ceil 与整个包,例如:import math?我想我真正想问的是它在运行脚本时是否会减慢处理速度?

最佳答案

两者没有区别。 Raymond Hettinger ,核心 Python 开发人员之一,最近发了这样的推文:

#python tip: from-imports don't save memory. They execute and cache the entire module just like a regular import.

关于python - python中导入模块的数量会影响内存和性能吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31691188/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com