Garbage Collection in Python: Speed Up Your Code

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 มิ.ย. 2024
  • Today we will learn about garbage collection in Python. How it is done and what we can do manually, in order to speed up our code.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    💼 Services 💼
    💻 Freelancing & Tutoring: www.neuralnine.com/services
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 23

  • @lowkeygaming4716
    @lowkeygaming4716 5 หลายเดือนก่อน +2

    Great video. You always give me new knowledge to improve my Python code and don't just settle in the "if it works, don't touch it" mindset.

  • @dangalimov7435
    @dangalimov7435 5 หลายเดือนก่อน +9

    Really interesting topic. Do you have a video about how memory in python implemented? (about heaps, stacks, references to objects etc.)

  • @ventsiR
    @ventsiR 5 หลายเดือนก่อน +1

    Please keep doing these, you explain things really well and thoroughly!

  • @albertwayadav
    @albertwayadav 5 หลายเดือนก่อน +1

    Thank you for the video man. Cleared a lot of my querries in just 15 minutes.

  • @MichielJ71
    @MichielJ71 5 หลายเดือนก่อน +2

    Thanks for the interesting video's. Have a nice 2024!

  • @PhoebusG
    @PhoebusG 4 หลายเดือนก่อน

    great topic and review, as always, keep it up pybro :)

  • @pietraderdetective8953
    @pietraderdetective8953 5 หลายเดือนก่อน

    great topic to touch on!
    other than the speedup benefits, there are consequences as well if we disable garbage collection: memory leaks, manual management is hard.
    I also agree with some comments pointing out using gc.collect() manually in a running function makes it slower.

  • @FOXFHEX1
    @FOXFHEX1 5 หลายเดือนก่อน +1

    Best py developer in the world ❤

  • @ShreyamDev
    @ShreyamDev 5 หลายเดือนก่อน +1

    Awesome explanation. I've a question. When do you suggest to manually turn off GC and what will be the benefits? Say I'm processing a huge set of data and creating a new structure. The size of set is 80K. Now turning of GC will speed up the process but will increase the memory usage. So when should we consider the manual approach?

    • @ShreyamDev
      @ShreyamDev 4 หลายเดือนก่อน

      @@user-qd4xs8zb8s Thanks for the explanation. I would experiment with these.

  • @skf957
    @skf957 5 หลายเดือนก่อน +1

    Great video, thank you for making it. Probably not a use-case for me but nonetheless I found the whole topic fascinating, and really well explained. Please consider covering more of these "under the hood" topics.
    For about a year I struggled to learn C++ (I'm only a hobbyist) thinking all the while that Python was a bit "mickey mouse". Then I came back to it when I realised that pretty much everything I would want to do was more than catered for in Python. OK, so the trade-off is speed - but that's fine for me, and easily outweighs the fairly complex tool chains that are required for C++.

    • @zenova9926
      @zenova9926 4 หลายเดือนก่อน

      Don't worry bro, Mojo (a superset of python, like typescript to javascript) is becoming mainstream soon and it's as fast as rust.

  • @gsm7490
    @gsm7490 หลายเดือนก่อน

    Do context managers help to avoid unnecessary garbage in memory?

  • @anton-r
    @anton-r 4 หลายเดือนก่อน

    very interesting thanks a lot. Now I am curious how it's gonna file in a real system with `celery workers` etc.

  • @voiderashish272
    @voiderashish272 5 หลายเดือนก่อน +1

    which video editor you use in pop os, i am getting problem in installing Davinci resolve. Can you help?

    • @rahul38474
      @rahul38474 5 หลายเดือนก่อน

      Shotcut is also a FOSS alternative

  • @malakarakesh3139
    @malakarakesh3139 4 หลายเดือนก่อน

    at 3:53 a reference to L1 from L3 doesn't seem to matter right?

  • @lizandro_mendoza
    @lizandro_mendoza 5 หลายเดือนก่อน +1

    Thanks

  • @cyborgcodes
    @cyborgcodes 5 หลายเดือนก่อน

    Interesting video

  • @oliverli9630
    @oliverli9630 5 หลายเดือนก่อน

    wow!! wtf! awesome

  • @TomKnudsen
    @TomKnudsen 5 หลายเดือนก่อน

    Who’s code did you rip of this time? Who’s comment did you delete?