Skip to content

Instantly share code, notes, and snippets.

@kronos
Created May 12, 2011 21:46
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 kronos/969529 to your computer and use it in GitHub Desktop.
Save kronos/969529 to your computer and use it in GitHub Desktop.
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
@argent-smith
Copy link

I've got a very suspicious feeling that rbx is slower than mri on my FreeBSD box.

@kronos
Copy link
Author

kronos commented May 13, 2011

On some tests MRI is fasther than rubinius. It depends.

@argent-smith
Copy link

What's the brake? Generally?

@kronos
Copy link
Author

kronos commented May 13, 2011

Hashes and strings, for example.

@argent-smith
Copy link

Doh! :-)

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