In this nice blog post
by Justin Kulesza, the author points out that ruby interpreter is
compiled by RVM wthout any optimizations at all, and he suggests to add
-O3 to CFLAGS. Without a doubt, this adds some performance boost to your ruby interpreter.
But, there are other tricks which you can use to improve the ruby performance.
Note: you need to recompile ruby if you add one of these “tweaks”
http://alisnic.net/blog/making-your-ruby-fly/
But, there are other tricks which you can use to improve the ruby performance.
Note: you need to recompile ruby if you add one of these “tweaks”
http://alisnic.net/blog/making-your-ruby-fly/
0 komentar:
Posting Komentar