Ruby Performance Optimization

Ruby Performance Optimization
Author :
Publisher : Pragmatic Bookshelf
Total Pages : 253
Release :
ISBN-10 : 9781680504583
ISBN-13 : 1680504584
Rating : 4/5 (584 Downloads)

Book Synopsis Ruby Performance Optimization by : Alexander Dymo

Download or read book Ruby Performance Optimization written by Alexander Dymo and published by Pragmatic Bookshelf. This book was released on 2015-11-19 with total page 253 pages. Available in PDF, EPUB and Kindle. Book excerpt: You don't have to accept slow Ruby or Rails performance. In this comprehensive guide to Ruby optimization, you'll learn how to write faster Ruby code--but that's just the beginning. See exactly what makes Ruby and Rails code slow, and how to fix it. Alex Dymo will guide you through perils of memory and CPU optimization, profiling, measuring, performance testing, garbage collection, and tuning. You'll find that all those "hard" things aren't so difficult after all, and your code will run orders of magnitude faster. This is the first book ever that consolidates all the Ruby performance optimization advice in one place. It's your comprehensive guide to memory optimization, CPU optimization, garbage collector tuning, profiling, measurements, performance testing, and more. You'll go from performance rookie to expert. First, you'll learn the best practices for writing Ruby code that's easy not only on the CPU, but also on memory, and that doesn't trigger the dreaded garbage collector. You'll find out that garbage collection accounts for 80% of slowdowns, and often takes more than 50% of your program's execution time. And you'll discover the bottlenecks in Rails code and learn how selective attribute loading and preloading can mitigate the performance costs of ActiveRecord. As you advance to Ruby performance expert, you'll learn how profile your code, how to make sense out of profiler reports, and how to make optimization decisions based on them. You'll make sure slow code doesn't creep back into your Ruby application by writing performance tests, and you'll learn the right way to benchmark Ruby. And finally, you'll dive into the Ruby interpreter internals to really understand why garbage collection makes Ruby so slow, and how you can tune it up. What You Need: Some version of Ruby. The advice from this book applies to all modern Ruby versions from 1.9 to 2.2. 80% of the material will also be useful for legacy Ruby 1.8 users, and there is 1.8-specific advice as well.


Ruby Performance Optimization Related Books

Ruby Performance Optimization
Language: en
Pages: 253
Authors: Alexander Dymo
Categories: Computers
Type: BOOK - Published: 2015-11-19 - Publisher: Pragmatic Bookshelf

GET EBOOK

You don't have to accept slow Ruby or Rails performance. In this comprehensive guide to Ruby optimization, you'll learn how to write faster Ruby code--but that'
Ruby Performance Optimization
Language: en
Pages:
Authors: Alexander Dymo
Categories:
Type: BOOK - Published: 2016 - Publisher:

GET EBOOK

Polished Ruby Programming
Language: en
Pages: 434
Authors: Jeremy Evans
Categories: Computers
Type: BOOK - Published: 2021-07-16 - Publisher: Packt Publishing Ltd

GET EBOOK

Elevate your Ruby skills to an advanced level by deepening your understanding of the design principles, best practices, and trade-offs involved in implementatio
Metaprogramming Ruby 2
Language: en
Pages: 0
Authors: Paolo Perrotta
Categories: Object-oriented programming (Computer science)
Type: BOOK - Published: 2014 - Publisher:

GET EBOOK

Paolo Perrotta has fifteen years of experience as a developer, ranging from embedded to enterprise software, computer games, and web applications. Paolo lives a
Ruby Under a Microscope
Language: en
Pages: 362
Authors: Pat Shaughnessy
Categories: Computers
Type: BOOK - Published: 2013 - Publisher: No Starch Press

GET EBOOK

"An under-the-hood look at how the Ruby programming language runs code. Extensively illustrated with complete explanations and hands-on experiments. Covers Ruby