DiscoverTalk Python To Me (SoundCloud)#425 Memray: The endgame Python memory profiler
#425 Memray: The endgame Python memory profiler

#425 Memray: The endgame Python memory profiler

Update: 2023-08-04
Share

Description

Understanding how your Python application is using memory can be tough. First, Python has it's own layer of reused memory (arenas, pools, and blocks) to help it be more efficient. And many important Python packages are built in natively compiled languages like C and Rust often times making that section of your memory opaque. But with Memray, you can way deeper insight into your memory usage. We have Pablo Galindo Salgado and Matt Wozniski back on the show to dive into Memray, the sister project to their pystack one we recently covered.

Full show notes and links at https://talkpython.fm/episodes/show/425/memray-the-endgame-python-memory-profiler
Comments 
loading
00:00
00:00
1.0x

0.5x

0.8x

1.0x

1.25x

1.5x

2.0x

3.0x

Sleep Timer

Off

End of Episode

5 Minutes

10 Minutes

15 Minutes

30 Minutes

45 Minutes

60 Minutes

120 Minutes

#425 Memray: The endgame Python memory profiler

#425 Memray: The endgame Python memory profiler

Michael Kennedy