Skip to content

Instantly share code, notes, and snippets.

@sonots
Created September 20, 2017 08:38
Show Gist options
  • Select an option

  • Save sonots/086074b0b53e9cbf78040d03a7ec7be1 to your computer and use it in GitHub Desktop.

Select an option

Save sonots/086074b0b53e9cbf78040d03a7ec7be1 to your computer and use it in GitHub Desktop.
string interpolation performance 2.4.1 vs trunk (2.5.0dev)
b = 'b'
1_000_000.times { "a#{b}c" }
@sonots
Copy link
Copy Markdown
Author

sonots commented Sep 20, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment