Skip to content

Instantly share code, notes, and snippets.

@styx
Last active December 24, 2015 06:59
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 styx/6760460 to your computer and use it in GitHub Desktop.
Save styx/6760460 to your computer and use it in GitHub Desktop.
Ruby 2.0 v.s. 2.1
Less is better you know (:
Ruby 2.1:
- with out VM tweak: 1 min 57.06 sec
- with VM tweak: 2 min 3.6 sec
Ruby 2.0
- with out VM tweak: 2 min 28.9 sec
- with VM tweak: 2 min 1.7 sec
As you can see Ruby 2.1 without any tweaks to GC constants shows the best result .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment