IEnumerable vs IEnumerator in C#: One is 2x Faster - LinkedIn Edition #131
Replies: 1 comment 1 reply
-
|
Here's another fun fact: https://learn.microsoft.com/en-us/archive/blogs/kcwalina/duck-notation |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
IEnumerable vs IEnumerator in C#: One is 2x Faster - LinkedIn Edition
During my recent browsing on LinkedIn I saw that question: IEnumerable vs IEnumerator in C#: One is 2x Faster – Which One?
Naturally, I was very suspicious. So let's find out what is going on here.
https://steven-giesel.com/blogPost/b705be3e-8d80-4de1-aefb-29c9262c49b7
Beta Was this translation helpful? Give feedback.
All reactions