Is there a performance disadvantage to not copying reference types to each thread in C#?

后端 未结 0 474
北荒
北荒 2020-12-13 15:38

I am working on implementing threading to my C# program. Each thread requires access to the same array, but does not need to write to it, only read data. Should this array b

相关标签:
回答
  • 消灭零回复
提交回复
热议问题