Memory Management Masterclass with Addy Osmani

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ • 19

  • @coolsebz
    @coolsebz 10 років тому +1

    This guy is a freaking legend!! If I'd meet him in real life I'd ask him so many questions!

  • @tmquinn42069
    @tmquinn42069 10 років тому +5

    Great talk, Addy. Would have loved a dedicated screen cast though...

  • @mholt
    @mholt 10 років тому +21

    This is pretty useful -- but why can't we hardly ever see the screen? Most of the shots are of the audience...

    • @konorokingdom
      @konorokingdom 10 років тому +2

      I know right... and I can't even see the audience, they're silhouetted due to poor lighting.

    • @JonKroeker
      @JonKroeker 9 років тому +5

      Why do I care about seeing the backs of the heads of the audience. Zoom into the freaking screen! :)

    • @ethanwelborn
      @ethanwelborn 9 років тому +2

      +Dominic Watson Yeah it's like watching a technical version of Mystery Science Theater 3000.

  • @justtchillll
    @justtchillll 9 років тому +4

    Presentation available here :
    speakerdeck.com/addyosmani/javascript-memory-management-masterclass

  • @DenisTRUFFAUT
    @DenisTRUFFAUT 6 років тому

    Interesting talk, especially for PWA creators (memory usage over the time).

  • @jeremywei114
    @jeremywei114 4 роки тому

    awesome talk. thanks, man.

  • @rahilahmad4318
    @rahilahmad4318 6 років тому

    if the object is no longer reachable it should still get garbage collected without using weakMaps. weakMaps will help if objects are garbage collected by reference counting. Please correct if wrong (22:47)

  • @contact4rajesh
    @contact4rajesh 7 років тому +1

    Addy, is there a automated tool to track memory leak issues in JavaScript? I understand the usage of dev profiler but I want to run a job on a daily basis to check accidental leaks introduced by developers when they check in the code.

  • @Briandrivesslow
    @Briandrivesslow 8 років тому

    Great presentation! Learned a lot of awesome stuff from it! Two minor questions:
    at 31:28 Addy says that every key gets coerced into a string, but what about Symbols?
    Also I thought that `undefined` and `null` are also primitive types?

  • @n8n
    @n8n 10 років тому

    great camera guy, let’s have a look at the audience totally obscuring what is going on onscreen.

  • @cbleslie
    @cbleslie 10 років тому +18

    Addy. You guys need a new camera guy.

  • @odensmore
    @odensmore 10 років тому

    Anything on Native Memory .. i.e. typed arrays, dom elements and how to view their memory usage?

  • @olgakobets4784
    @olgakobets4784 8 років тому +1

    I know it's been said, but relevant image takes only a quarter of the whole image. Why?

  • @alexlee9465
    @alexlee9465 7 років тому

    Are the slides provided for downloading?

  • @unbuglee
    @unbuglee 5 років тому

    Where can we find the slider?

  • @roryg2127
    @roryg2127 10 років тому

    Found it a bit too hard to follow, stopped watching after about 10 minutes. Screencast would have been awesome.