How to segmentate an IList to segments of N size, without creating copies and without memory allocations?

前端 未结 0 1400
一整个雨季
一整个雨季 2020-12-10 13:51

I have a very large collection that implements the generic IList and contains tens of millions of elements, and I would like to process them in parallel using PLINQ. I notic

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