Safia Abdalla: The Hitchhiker's Guide to All Things Memory in Javascript - JSConf Budapest 2016

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

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

  • @deanlo
    @deanlo 7 лет назад +37

    Start at 3:20 to skip the technical difficulties.

  • @seabdalla
    @seabdalla 7 лет назад +35

    Hello everyone watching! This video was the first iteration of the talk, if it was confusing to you in any way, considering checking out the version of it I did at CascadiaJS. It contains some minor improvements.
    ruclips.net/video/cpM5LYZdfUo/видео.html

    • @chelseajane1613
      @chelseajane1613 7 лет назад

      Safia Abdalla are you Ethiopian/Somali or Sudanese ?

    • @sobanya_228
      @sobanya_228 6 лет назад

      Thanks for link. I'd better jump right to that video.

  • @homomorphic
    @homomorphic 5 лет назад +4

    Great handling of the technical difficulties. I've been there and know how awkward that is :-)

  • @avimehenwal
    @avimehenwal 7 лет назад +3

    Very interesting talk. I never cared about V8 memory management. Great talk thankyou soo much. Keep the great up

  • @user7706
    @user7706 7 лет назад +5

    great to know javascript memory management ~ java memory management

  • @MunzirSuliman
    @MunzirSuliman 7 лет назад +1

    thanks ... this has helped me alot :)

  • @binujaya
    @binujaya 7 лет назад +1

    Good talk.Thanks! :)

  • @quattroUnodos
    @quattroUnodos 7 лет назад +1

    Uh my developer tools memory tab records different info... i am confused. It shows self size and total size not those 2 columns she mentions.

  • @CarloRizzante
    @CarloRizzante 7 лет назад +1

    She's awesome :)

  • @javascriptlord8086
    @javascriptlord8086 4 года назад +2

    She is amazing.

  • @adriannuske
    @adriannuske Год назад +2

    Very well delivered... sadly, no real information given, nor useful. Room for improvement.

  • @aranelsarenac7779
    @aranelsarenac7779 7 лет назад +2

  • @OmriSama
    @OmriSama 5 лет назад +1

    I'm a little confused... she says there's a memory heap, but the graph shown is a DAG... a Heap is a type of Tree, and leaves in a Tree can't have multiple parents...

    • @JustForfun-gf5kv
      @JustForfun-gf5kv 2 года назад +1

      Heap here is different from normal heap data structure ...its just a name given for the data storage system.