A Day in the Life of a Ruby Object - Jemma Issroff

Поділитися
Вставка
  • Опубліковано 17 тра 2021
  • Your code creates millions of Ruby objects every day, but do you actually know what happens to these objects?
    In this talk, we’ll walk through the lifespan of a Ruby object from birth to the grave: from .new to having its slot reallocated. We’ll discuss object creation, the Ruby object space, and an overview of garbage collection.
    Along the way, we’ll learn how to make our apps more performant, consume less memory, and have fewer memory leaks. We’ll learn specific tips and pointers for how to see what the garbage collector is doing and how to take advantage of the strategies it employs.
  • Наука та технологія

КОМЕНТАРІ • 9

  • @BozydarSobczak
    @BozydarSobczak 8 місяців тому

    Amazing talk. Thank you so much!

  • @vosechu
    @vosechu 2 роки тому

    Seriously fabulous talk. I've wondered about GC for a long time and this was beautifully clear and concise. Thank you so much!

  • @samuelcouillard4229
    @samuelcouillard4229 Рік тому

    Very insightful. Thank you!

  • @NikhilSharma-xv6gx
    @NikhilSharma-xv6gx 2 роки тому

    Great talk.
    I've been trying to understand gc in ruby and have spent so many hours to understand what's happening.
    Turns out all I needed was this talk to get started.

  • @NatureNomad1710
    @NatureNomad1710 3 роки тому +1

    Great Informative Content, Thank you

  • @kxijix
    @kxijix 2 місяці тому

    Good time, thanks

  • @NoLifeBeyondTheMKAD
    @NoLifeBeyondTheMKAD Рік тому

    Great talk! Thank you!

  • @jamesli395
    @jamesli395 Рік тому

    Super mega cool

  • @publicout
    @publicout 3 роки тому

    Bostonian here, :joy: