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: Why Ruby is Slow, and How to Fix It
📄 Viewing lite version
Full site ›
Book Details
Author(s)Alexander Dymo
PublisherPragmatic Bookshelf
ISBN / ASIN1680500694
ISBN-139781680500691
AvailabilityUsually ships in 24 hours
Sales Rank1,260,428
CategoryComputers
MarketplaceUnited States 🇺🇸
Description ▲
Similar Products ▼
- Metaprogramming Ruby 2: Program Like the Ruby Pros (Facets of Ruby)
- Ruby Under a Microscope: An Illustrated Guide to Ruby Internals
- Mastering Ruby Closures: A Guide to Blocks, Procs, and Lambdas
- Effective Testing with RSpec 3: Build Ruby Apps with Confidence
- Programming Ruby 1.9 & 2.0: The Pragmatic Programmers' Guide (The Facets of Ruby)
- Rails 5 Test Prescriptions: Build a Healthy Codebase
- Clean Code: A Handbook of Agile Software Craftsmanship
- Agile Web Development with Rails 5.1
- Text Processing with Ruby: Extract Value from the Data That Surrounds You
- Ruby Cookbook: Recipes for Object-Oriented Scripting
More Books in Computers
The Good Web Site Guide 2006: The Completely Revised, …
View
The Pentium Microprocessor
View
Advanced Intel Microprocessors: 80286, 80386, And 80486
View
Differential Equations: Matrices and Models
View
Digital Experiments: Emphasizing Troubleshooting (Merr…
View
Data Structures for Computer Information Systems
View
The Little LISPer, Third Edition
View
Inside Networks
View
Computer Graphics Using Open GL (2nd Edition)
View