Will multi threading provide any performance boost?

前端 未结 19 1043
说谎
说谎 2021-02-05 13:49

I am new to programming in general so please keep that in mind when you answer my question.

I have a program that takes a large 3D array (1 billion elements) and sums up

19条回答
  •  轮回少年
    2021-02-05 14:07

    My gut says you'll see modest improvements. However, predicting the results of optimizations is a notoriously error prone affair.

    Try it and benchmark the results.

提交回复
热议问题