'Python Memory Deep Dive for Speed and Efficiency' by @mikeckennedy

preview_player
Показать описание
"Python Memory Deep Dive for Speed and Efficiency" by Michael Kennedy
Python's memory story is not often told. We hear it uses reference counting and that's about the end of it. But there is so much more going on. There is also a GC backing up reference counting, why? Instagram turned theirs off and got faster, how? Python classes can be memory hogs. But there is an escape hatch that is almost always available to us which uses much less memory and is faster computationally. Yet, almost no one opens it. You might want to.

Join Michael Kennedy from Talk Python Training and look at how Python memory works and design patterns for functions and classes making Python more efficient (memory-wise) and get a solid speed boost as a side benefit.

IndyPy Meetup
10/13/2020
Рекомендации по теме
Комментарии
Автор

I wonder if there's a way to measure the size of comment blocks in python (or any other language) or if they have size. anyways thanks for this great class!

v.
Автор

Any other corner for the video would have been better... Now I have to guess what is hidden behind it.

bngtb