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.
我有一些.txt数据文件,我已经对它们进行了串行处理。我想使用“pthread”来并行处理它们。那么我可以发送带有数据文件名的线程,并在线程内处理数据,然后等待所有线程完成,合并所有结果吗?请你给我一些建议好吗?谢谢?
.txt
以下站点提供了一个 pthread 示例。它只是创建两个线程并将它们连接起来