Skip to content

Instantly share code, notes, and snippets.

@wilson
Created November 13, 2009 22:25
Show Gist options
  • Save wilson/234222 to your computer and use it in GitHub Desktop.
Save wilson/234222 to your computer and use it in GitHub Desktop.
本拠> bin/rbx ../sorting.rb
Rehearsal ---------------------------------------------
merge: 2.448515 0.000000 2.448515 ( 2.448516)
nocopy: 0.896591 0.000000 0.896591 ( 0.896639)
------------------------------------ total: 3.345106sec
user system total real
merge: 0.855341 0.000000 0.855341 ( 0.855353)
nocopy: 0.569976 0.000000 0.569976 ( 0.569993)
本拠> bin/rbx -Xint ../sorting.rb
Rehearsal ---------------------------------------------
merge: 2.440863 0.000000 2.440863 ( 2.440867)
nocopy: 1.460796 0.000000 1.460796 ( 1.460837)
------------------------------------ total: 3.901659sec
user system total real
merge: 2.335741 0.000000 2.335741 ( 2.335748)
nocopy: 1.462695 0.000000 1.462695 ( 1.462711)
本拠> jruby -X-C ../sorting.rb
Rehearsal ---------------------------------------------
merge: 2.117000 0.000000 2.117000 ( 2.117000)
nocopy: 1.313000 0.000000 1.313000 ( 1.313000)
------------------------------------ total: 3.430000sec
user system total real
merge: 1.024000 0.000000 1.024000 ( 1.024000)
nocopy: 1.179000 0.000000 1.179000 ( 1.179000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment