Created
May 12, 2011 21:46
-
-
Save kronos/969529 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kronos:rubinius:[master]$ bin/rbx -I heap_dump/lib/ heap_dump/bin/histo.rb heap.dump heap2.dump | |
43 Method 2408 | |
40 String 2880 | |
40 Rubinius::ByteArray 1600 | |
3 Rubinius::Tuple 480 | |
3 Rubinius::GlobalCacheEntry 144 | |
2 Rubinius::LookupTable 96 | |
1 Class 112 | |
1 Rubinius::LookupTable::Bucket 48 | |
1 Rubinius::MethodTable 48 |
On some tests MRI is fasther than rubinius. It depends.
What's the brake? Generally?
Hashes and strings, for example.
Doh! :-)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've got a very suspicious feeling that rbx is slower than mri on my FreeBSD box.