RubyFlow The Ruby and Rails community linklog

Speeding up Rails with Memoization

Whoever first said that “the fastest code is no code” must have really liked memoization. After all, memoization speeds up your application by running less code. In this article, Jonathan Miles introduces us to memoization. We’ll learn when to use it, how to implement it in Ruby, and how to avoid common pitfalls. Buckle up! https://www.honeybadger.io/blog/ruby-rails-memoization/

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in