Boxes, Heaps, and Stacks - Tim McNamara - Rust Linz, September 2022

Поділитися
Вставка
  • Опубліковано 26 вер 2024
  • When I learned Rust, I was a Python programmer. This meant that I had no idea what a pointer was. Luckily, the Rust compiler is a good coach.
    Tim is an experienced programmer with a deep interest in natural language processing, text mining, and wider forms of machine learning and artificial intelligence. Tim is also the author of "Rust in Action", published by Manning. He is very active in open source communities including the New Zealand Open Source Society.
    Rust Linz: rust-linz.at
    Speak at Rust Linz: sessionize.com...
    Twitter: / rustlinz

КОМЕНТАРІ • 10

  • @kevinkkirimii
    @kevinkkirimii 8 місяців тому +3

    The number of rust videos I have watched to understand pointers, lifetimes and ownership ... the journey continues. Thanks Tim for making some things very clear.

  • @JakeWildsJaxFL
    @JakeWildsJaxFL Рік тому +5

    Great job. I always appreciate talks where the presenter uses other languages to be as illuminating as possible

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

    Thanks, great talk! Cleared up some confusion I had about the Box construct.

  • @김화겸-y6e
    @김화겸-y6e Рік тому +1

    Thank you so much it was really high quality content

  • @dandixey1
    @dandixey1 Рік тому +2

    Thanks Tim

  • @notcrediblesolipsism3851
    @notcrediblesolipsism3851 6 місяців тому

    Thanks for this, I've been playing around with smart pointers and refcells and probably used them excessively, i can simplify some of what I've done with Box.

  • @leonie9248
    @leonie9248 Рік тому +18

    I just love how Tim is always giggling. Be it in the podcast or during presentations. Constant sense of humor. 😊

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

    ❤️

  • @rodelias9378
    @rodelias9378 Рік тому +3

    I understood everything that was told.... NOT!!
    Just kidding..
    Thanks for the talk, Tim!!

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

    Thank you for demystifying the reference type and lifetimes.
    (Reference ← Pointer ⊕ Lifetime )