Interfaces 101 : Heap Escape Analysis

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

ความคิดเห็น • 4

  • @eltonhnjr
    @eltonhnjr ปีที่แล้ว +2

    At 5:04 when you say that without the inline optimization it is "about half the time" I think you meant "twice the time" (5.9 nanoseconds per operation, vs 2.7 nanoseconds per operation with the default inline optimization enabled). Still, thanks for the video. Great examples, so nice to see in practice what is going on with the code

    • @andresgardiol8111
      @andresgardiol8111 ปีที่แล้ว

      That depends from where you are comparing

    • @eltonhnjr
      @eltonhnjr ปีที่แล้ว

      @@andresgardiol8111 Please explain

  • @pyuvaraju9528
    @pyuvaraju9528 6 หลายเดือนก่อน

    Why c and u escapeed to heap?