November 24, 2014Unraveling String Key Performance in Ruby 2.2 Everyone wants their programs to be faster and to take up less memory. However, it’s not often that this is achieved without having to modify source code. This post will introduce optimizations added in Ruby 2.2.0 when working with a Hash and string keys. To understand the optimization, you need to know current behavior. In Ruby 2.1 an