RubyConf 2022: Don't @ me! Faster Instance Variables with Object Shapes by Aaron Patterson

Поділитися
Вставка

КОМЕНТАРІ • 5

  • @CardCollectorKing
    @CardCollectorKing Рік тому +4

    Aaron always comes correct. Such a great person to have working on Ruby and Rails core teams.

  • @developerfoe
    @developerfoe 10 місяців тому

    nicely and accurately explained. well done

  • @YuraInversion
    @YuraInversion Рік тому +1

    Thank you for faster Ruby! ❤

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

    You are awesome Aaron!

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

    The rocking from side to side was distracting. Very good understanding of the tree structure it uses for lookups. Wish he put usage of this a little more front and center. I'm guessing no boilerplate code is needed to make this work, just try to set your instance variables in the same order across classes and it makes the program more efficient? What about ramifications to attr_reader?