Quantcast
Channel: Steve Gordon
Viewing all articles
Browse latest Browse all 170

An Introduction to Optimising Code Using Span

$
0
0

This post continues my series about writing high-performance C# code. In this post, we’ll continue from the last two posts by introducing the Span<T> type and refactor some existing code by converting it to a Span-based version. We’ll use Benchmark.NET to compare the methods and validate whether our changes have improved the code. If you […]

The post An Introduction to Optimising Code Using Span<T> appeared first on Steve Gordon.


An Introduction to Optimising Code Using Span<T> was first posted on February 25, 2019 at 4:59 pm.
©2017 "Steve Gordon's Blog". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at sgordon@hotmail.co.uk

Viewing all articles
Browse latest Browse all 170