RailsConf 2016 - Precompiling Ruby scripts - Myth and Fact By Koichi Sasada

Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=aBhygk4c1PY



Duration: 38:18
1,089 views
16


Ruby 2.3 introduced the precompilation feature which compiles Ruby scripts to a binary data format. You can store them to storage (file systems and so on) and then load from them.

Many people believe a myth: precompilation is a silver bullet to reduce long boot times. However, our initial evaluations do not show impressive reduction of boot times. We faced the fact that we need more effort to achieve short boot times.

This talk will introduce this new feature and detailed analysis of Rails application loading time. Also, I will show you our new tricks to reduce loading time.




Other Videos By Confreaks


2016-05-25RailsConf 2016 - Level-up Your ActiveRecord Skills: Learn SQL! by Ryan Dlugosz
2016-05-25RailsConf 2016 - From Excel to Rails: A Path to Enlightened Internal Software by Nick Reavill
2016-05-25RailsConf 2016 - I Can’t Believe It’s Not A Queue: Using Kafka with Rails by Terence Lee
2016-05-24RailsConf 2016 - How to Get and Love Your First Rails Job By Molly Black
2016-05-24RailsConf 2016 - Client/Server Architecture: Past, Present, & Future By Mike Groseclose
2016-05-24RailsConf 2016 - The State of Web Security by Mike Milner
2016-05-24RailsConf 2016 - Inside ActiveJob By Jerry D'Antonio
2016-05-24RailsConf 2016 - Saving Sprockets by Richard Schneeman
2016-05-24RailsConf 2016 - Rediscovering ActiveRecord By Mario Chavez
2016-05-24RailsConf 2016 - Multi-table Full Text Search with Postgres By Caleb Thompson
2016-05-24RailsConf 2016 - Precompiling Ruby scripts - Myth and Fact By Koichi Sasada
2016-05-24RailsConf 2016 - Quit Frustrating Your New Developers - Tips From a Teacher By Miki Rezentes
2016-05-24RailsConf 2016 - Don't Forget the Network: Your App is Slower Than You Think By Andre Arko
2016-05-24RailsConf 2016 - Build Realtime Apps with Ruby & Pakyow By Bryan Powell
2016-05-24RailsConf 2016 - Going Serverless By Jeremy Green
2016-05-24RailsConf 2016 - Developing and Maintaining a Platform With Rails and Lotus By Simone Carletti
2016-05-24RailsConf 2016 - How We Scaled GitLab For a 30k-employee Company By Minqi Pan
2016-05-24RailsConf 2016 - Rails to Phoenix by Brian Cardarella
2016-05-24RailsConf 2016 - Surviving the Framework Hype Cycle by Brandon Hayes
2016-05-23RailsConf 2016 -Stuck in the Middle: Leverage the power of Rack Middleware by Amy Unger
2016-05-16RailsConf 2016 - Power up Your Development with RubyMine by Tatiana Vasilyeva