У нас вы можете посмотреть бесплатно How performant are your C# strings? или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
If you want to support this channel, here's a link to my GitHub Sponsors profile: https://github.com/sponsors/danpdc This is maybe one of the most advanced videos we've done so far on this channel. The premise for this video is to look into different common ways we use to create C# strings and try to benchmark their performance. While doing this we try to explain what happens under the hood by looking into our lowered C# code and the generate IL (intermediate language). And just as a small teaser: interpolated strings are really fast and clean in C# 10! #DotNet #DotNetCore #CSharp Chapters 1. Intro: 00:00 2.Interpolated strings vs templated strings: 00:47 3. Looking into lowered code: 05:25 4. Looking into IL: 06:58 5. Interpolated strings in C# 10: 10:12 6. Looking into the StringBuilder: 13:57 7. Refactoring the methods to have the same output: 18:20 8. A few takeaways: 22:40 9. Looking into the StringBuilder "Append" overloads: 23:58 10: Summary and key takeaways: 28:32