Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每秒多少次(多少次)parallel.for 在线程之间切换?我可以管理这个参数吗?我想了解它是如何在低级别工作的。
它将由操作系统管理,并且它在如何调度线程方面有很大的自由度。不同的操作系统还利用微妙甚至广泛不同的方法来调度线程。
您可以控制哪些线程有资格被调度,并且在某些操作系统中对优先级的控制有限(其细节将因操作系统而异),但仅此而已。