RubyConf 2019 - Fixing Performance & Memory problems by Frederick Cheung
Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=UCJsjr8ksDc
RubyConf 2019 - Fixing Performance & Memory problems by Frederick Cheung
Performance problems got you down? Do memory leaks strike fear in your heart?
In this session I'll share two real world stories of how you can solve performance problems and plug memory leaks. You'll learn how to use tools such as ruby-prof and stackprof, interpret their output and gain extra insight into how your code is performing.
When dealing with memory leaks, the biggest challenge can be finding them. You'll learn how to use rbtrace and ObjectSpace to identify what objects are being leaked and by which code, so that you can approach leaks with confidence.
#confreaks #rubyconf2019
Other Videos By Confreaks
Tags:
Ruby
RubyConf
Programming