Dev Leader Weekly Issue 5

In Dev Leader Weekly, we’ll explore thought-provoking ideas, code examples, and highlight content from the week to help you excel as a software engineer.

Continue Reading Dev Leader Weekly Issue 5

Dev Leader Weekly Issue 4

In Dev Leader Weekly, we’ll explore thought-provoking ideas, code examples, and highlight content from the week to help you excel as a software engineer.

Continue Reading Dev Leader Weekly Issue 4

Iterator Benchmarks That Shocked With Unexpected Results

I wanted to create a follow-up post in my series on IEnumerables, iterators, and collections focusing on performance characteristics. When checking out the runtime performance and memory characteristics between these materialized collections and iterator benchmarks, I was very surprised! Check out this article for performance benchmark characteristics and some curious finds.

Continue Reading Iterator Benchmarks That Shocked With Unexpected Results