From: Andrew Wagner Date: 2010-10-15T22:20:33+09:00 Subject: Process for optimizing ruby code --0016e6deddeabab9660492a7b0e7 Content-Type: text/plain; charset=UTF-8 So, I've got a chunk of code which needs optimizing. Yes, it really needs it, I'm not optimizing prematurely. It (mostly) works, it's just way too slow. And I knew it would be too slow when I wrote it, I just wanted to come up with a simple implementation first, and get it under test. That said, I'm wondering if there are any suggestions out there for tutorials on using ruby-prof. Not tutorials like "here are what the numbers mean", but "here are some suggestions for looking at the numbers and deciding where you'll get the most gain in optimizing. Thanks! --0016e6deddeabab9660492a7b0e7--