Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PLINQ は、ローカル LINQ クエリを自動的に並列化します。PLINQ には、ワーク パーティション分割と結果の照合の両方の負担をフレームワークにオフロードするという点で、使いやすいという利点があります。
一般的なプログラミングでは、単純な LINQ と PLINQ のどちらを使用する必要がありますか?
PLINQ は、データが大きすぎる場合に適していますか? または小さなデータにも適していますか??