4

PLINQ automatically parallelizes local LINQ queries. PLINQ has the advantage of being easy to use in that it offloads the burden of both work partitioning and result collation to the Framework.

In general programming which should I user simple LINQ or PLINQ?

Is PLINQ is better to user for too large data? or also better for small data??

Jens Kloster
  • 11,099
  • 5
  • 40
  • 54
Waheed
  • 10,086
  • 20
  • 53
  • 66
  • I guess maybe you found this thread, but in case if not , i'll recomend you to read the answer http://stackoverflow.com/a/8547903/896258 – mihai Jun 19 '13 at 06:27
  • I would recomend also that link. (It's a very short example). It depends not on how large Data you have, but how much time will take other threads to resolve the main linq request. http://www.codeproject.com/Tips/374420/When-to-use-PLINQ-vs-LINQ – mihai Jun 19 '13 at 06:36

0 Answers0