Friday, August 29, 2008

On Ruby: RubyInline, Making Making Things Faster Easier

On Ruby: RubyInline, Making Making Things Faster Easier
Optimize what you need to (and only what you need to), profile find out what that is (it may be slow, but profiling is your friend), and use the right tools (rewriting a bit of code with RubyInline is way better than rewriting the whole app in C).

No comments: