Skip to content

Efficient Buffer Manipulation Using Span

Anatoly Kulakov edited this page Dec 30, 2021 · 2 revisions

Jeffrey Richter «Efficient Buffer Manipulation using C# 7.2's Span»

C# is a great language for developer productivity. However, a lot of this productivity comes at the cost of memory allocations which requires more frequent garbage collections. C# 7.2 introduces a new Span class that improves productivity while decreasing memory allocations and garbage collections. Come and learn how this new Span type can improve the performance of your .NET applications.


Доклад представил Jeffrey Richter в рамках Встречи SpbDotNet №37.

Слайды

Слайды

Видео

Видео

Clone this wiki locally