0

I'm having a collection of objects that I would like to serialize into a same CSV file.

What is the fastest way to write these objects into the same file ? Is using parallelProcessing() a safe approach ?

4

1 回答 1

0

我宁愿用两种方法来实现它:一种是并行处理收集数据,另一种是将收集的数据写入 CSV。后者当然不会平行。

于 2021-12-11T23:00:46.323 回答