Performance Improvements in .NET 7 | .NET Conf 2022

Поделиться
HTML-код
  • Опубликовано: 15 дек 2024

Комментарии • 11

  • @hippozippo44
    @hippozippo44 Год назад +1

    Interesting. Tiered compilation as well as OSR have been supported by Java's Hotspot for well over a decade (more like OSR: 20 years, Tiered Compilation: 15 years). It is interesting to see how C# makes such rapid progress, while the underlaying runtime only slowly catches up with what java has done for ages now. (another example isinlining of virtual methods. hotspot: ~1999, .NET somewhere in mid 201x)

  • @McNerdius
    @McNerdius 2 года назад +11

    😃👍
    I always look forward to the performance improvement blog posts ! Awesome stuff, even if i can't wrap my brain around all of it, hehe.

    • @yogxoth1959
      @yogxoth1959 2 года назад

      Where can I find those blog posts?

    • @McNerdius
      @McNerdius 2 года назад +1

      @@yogxoth1959 I was worried, thinking if i replied with a URL the comment would be deleted. Fortunately, it is on screen starting at 1:06 so no worries hehe.

  • @ThisIsAGoodUserNameToo
    @ThisIsAGoodUserNameToo 2 года назад +5

    Your blog posts are so satisfying

  • @bartokthemagnifycent7078
    @bartokthemagnifycent7078 2 года назад

    Glad to hear of so many performance improvements in .NET7 !!

  • @lllbobrosslll
    @lllbobrosslll 2 года назад

    Great info Stephen, nice job everyone!

  • @CF-RussellSmith
    @CF-RussellSmith 2 года назад

    Where do I find documentation on adding "Code Size" to my benchmarks?

  • @LatinoTropico
    @LatinoTropico 2 года назад

    So is Core dead?

    • @MyGroo
      @MyGroo 2 года назад +2

      Core and Framework both dead. There is only .NET now :)

    • @logantcooper6
      @logantcooper6 2 года назад

      The nomenclature of appending "Core" at the end of .NET is dead yes.