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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Five Years Of Linux Kernel Benchmarks: 2.6.12 Through 2.6.37

27 点作者 logicalstack超过 14 年前

5 条评论

kevinelliott超过 14 年前
It's actually quite disappointing to see that the Linux kernel performance essentially never increased over 5 years. A lot of nice functionality was added, so at least the lack of a net loss is quite fantastic.<p>I wonder if this report might give the kernel folks the boost they need to be truly innovative moving forward.
dododo超过 14 年前
the choice of some of these benchmarks is weird. they have a bunch of cpu-bound benchmarks. why exactly would you expect these to change as the kernel changed? (i would expect changing compiler to have a bigger influence.)<p>the ones that do change (and improve mostly) are ones where the kernel actually plays a role--file system, network, etc.<p>the iozone benchmark is a bit surprising, it shows no improvement. but they are hitting 200MB/s, so i wonder if this is simply because linux is hitting the max speed of the disk.<p>all in all, not very useful.
评论 #1866196 未加载
评论 #1866137 未加载
roadnottaken超过 14 年前
Simple way to get me to NOT read your article: give it a flash-based popup-ad and split the article into 8 separate pages. I just want to see the data. Fail.
评论 #1866293 未加载
tlb超过 14 年前
Please standardize on either lower=better or higher=better. The graphs switch conventions frequently making it hard to interpret at a glance.
shawndumas超过 14 年前
I wonder how OSX's and WinNT's would look?