Ruby Performance Optimization: Why Ruby is Slow,and How to Fix It
Authors: Alexander Dymo
ISBN-10: 1680500694
ISBN-13: 9781680500691
Edition 版次: 1
Publication Date 出版日期: 2015-11-29
Print Length 页数: 202 pages
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.
Contents
Early praise for Ruby Performance Optimization
Preface
Chapter 1: What Makes Ruby Code Fast
Chapter 2: Fix Common Performance Problems
Chapter 3: Make Rails Faster
Chapter4: Profile
Chapter 5: Learn to Optimize with the Profiler
Chapter 6: Profile Memory
Chapter 7: Measure
Chapter 8: Test Performance
Chapter 9: Think Outside the Box
Chapter 10: Tune Up the Garbage Collector
Ruby Performance Optimization Why Ruby is Slow,and How to Fix It
相关推荐
- tmux 2: Productive Mouse-Free Development
- Modern Front-End Development for Rails: Hotwire, Stimulus, Turbo, and React, 2nd Edition
- Coderspeak: The Language of Computer Programmers
- Learn Enough Ruby to Be Dangerous: Write Programs, Publish Gems, and Develop Sinatra Web Apps with Ruby
- Understanding Ruby Regexp: Example based guide to mastering Ruby regular expressions
- SQL Antipatterns, Volume 1: Avoiding the Pitfalls of Database Programming