-
Notifications
You must be signed in to change notification settings - Fork 3
Efficient Buffer Manipulation Using Span
Anatoly Kulakov edited this page Dec 30, 2021
·
2 revisions
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.