TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ruby on Rails' Speed

1 点作者 Pharohbot超过 10 年前
Any outlook on Rails' speed in the future? There have been actual upgrades to its performance but are there any performance upgrades in the future to give a big boost of speed?

1 comment

bobfirestone超过 10 年前
If you are a traditional SQL kinda person adequate record from tender love seems to offer some performance increases. There seem to be lots of effort to make some of the larger key pieces of rails faster.<p>I would&#x27;t expect rails on it&#x27;s own to get dramatically faster. The way it is going to get way faster is to strip out a lot of why to use rails and get closer to what we get from a pure rack app. The flip side is we lose a lot less off the top line speed see in benchmarking.<p>Using things like Russian doll caching and turbo links can make apps seem faster.<p>With some patience jruby and the right server setup rails can get a pretty big performance boost. For long running processes like web servers jruby can be a pretty big win for the ruby ecosystem.<p>There is some very thorough benchmarking done by Brian Knapp comparing different ruby runtime&#x2F;server&#x2F;framework combinations you can see here <a href="http://www.madebymarket.com/blog/dev/ruby-web-benchmark-report.html" rel="nofollow">http:&#x2F;&#x2F;www.madebymarket.com&#x2F;blog&#x2F;dev&#x2F;ruby-web-benchmark-repo...</a>