Writing allocation free code in C# by Matt Ellis - Jet Brains

preview_player
Показать описание
"Performance" is a feature. We all want our code to run faster, and there are plenty of ways to do this - caching, using a smarter algorithm or simply doing less stuff.

In this session, we’re not going to look at any of that. Instead, we’re going to focus on a recent trend in the C# world - improving performance by reducing memory allocations.

Рекомендации по теме