摘要: 需要根据任务的性质和CPU内核数n来决定。 CPU密集型程序:n+1, I/O密集型程序:n *(1/CPU利用率)≈ (2*n+1) 阅读全文
posted @ 2022-10-19 23:14 mshentai 阅读(30) 评论(0) 推荐(0) 编辑