gpt4 book ai didi

python - enumerate 是否创建其参数的副本?

转载 作者:太空狗 更新时间:2023-10-30 01:58:48 24 4
gpt4 key购买 nike

如果我在遍历非常大的图集群列表时使用枚举,我想确保我不会在内存中不必要地创建此列表的任何副本。

我一直在尝试确认它不会创建任何副本,但想确定。

for i, cluster in enumerate(c):
# code that does stuff with i and cluster

最佳答案

不,它没有。它在循环执行时懒惰地迭代您传入的可迭代对象。

关于python - enumerate 是否创建其参数的副本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23015133/

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