RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

How Not to Lose Performance with Frozen String Literals in Ruby 2.3 and Later

Frozen string literals are supposed to speedup the code. But majority of Ruby and Rails code needs patching to support this feature. And it turns out it’s easy to make performance worse in the process. Learn how to avoid making this mistake: http://ruby-performance-book.com/blog/2016/02/is-ruby-2-3-faster-how-to-prepare-yourself-for-frozen-string-literals-and-not-lose-performance.html

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