GORUCO 2017: How to Load 1m Lines of Ruby in 5s by Andrew Metcalf
Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=lKMOETQAdzs
How to Load 1m Lines of Ruby in 5s by Andrew Metcalf
Applications written in Ruby, Python and several other popular dynamic languages become very slow to boot as they grow to millions of lines of code. Waiting to reload code in development becomes a major frustration and drain on productivity. This talk will discuss how we reduced the time to boot a service at Stripe from 35s to 5s by statically analyzing dependencies in our codebase to drive an autoloader.