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.
通常の for ループが LINQ にリファクタリングされた場合、実行側に利点はありますか、それとも単なる構文ですか?
一般的に言えば、LinQ は IEnumerables を使用しているため、遅延実行の対象になる可能性があります。しかし、LinQ を使用してもループは速くなりません。LinQ を使用すると他の最適化が可能になるため、高速になる可能性があります。しかし、それはループに依存します。