Skip to content

Instantly share code, notes, and snippets.

@sonots
Created September 20, 2017 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sonots/086074b0b53e9cbf78040d03a7ec7be1 to your computer and use it in GitHub Desktop.
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
Author

sonots commented Sep 20, 2017

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