我在跑
from pathos.multiprocessing import ProcessingPool
pool = ProcessingPool(4)
pool.map(...)
并在运行时打印以下内容:
not in depth 2
not in depth 3
not in depth 1
not in depth 2
not in depth 3
not in depth 1
not in depth 2
not in depth 3
not in depth 1
这是什么意思?这是否意味着我可以采取任何措施来防止错误提高性能?