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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Node.js v0.6.0 is released

198 点作者 jasondavies超过 13 年前

12 条评论

lemonad超过 13 年前
I found it a bit odd that writes for linux went down from 22MB/s to 17MB/s when Windows writes went way up from 13MB/s to 34MB/s. This at the same time as read performance went up to 27MB/s for both systems.<p>Edit: Seems like it's a regression that will likely be fixed for 0.6.1.
khookie超过 13 年前
I hope it's well optimized for fibonacci algorithms now.
评论 #3201449 未加载
评论 #3199700 未加载
markbao超过 13 年前
Am I the only one that thinks that Windows support was not really worth the time? Sure, you get to support a huge chunk of the OS market, but what are the real implications of Node running natively on Windows?
评论 #3200900 未加载
评论 #3201981 未加载
评论 #3200914 未加载
评论 #3200573 未加载
评论 #3201239 未加载
评论 #3200687 未加载
评论 #3201383 未加载
grannyg00se超过 13 年前
"Native Windows support using I/O Completion Ports for sockets."<p>"Integrated load balancing over multiple processes."<p>These two improvements are just the nudge I needed to start tinkering with Node. I've been following along and reading about node almost daily but native windows support and integrated focus on multiple processes make a big difference to me. I can no longer sit on the sidelines.<p>Thanks for picking me up and shoving me onto the field!
评论 #3200441 未加载
Swizec超过 13 年前
Direct link to a list of changes you have to make to your codebases: <a href="https://github.com/joyent/node/wiki/API-changes-between-v0.4-and-v0.6" rel="nofollow">https://github.com/joyent/node/wiki/API-changes-between-v0.4...</a><p>Question: Since this doesn't look that complex, is anyone working on an automagical translator from 0.4 to 0.6 that people could use?
评论 #3199416 未加载
moomin超过 13 年前
Next for windows developers is trying to get npm to work. The sheer popularity of unix tooling in the build process means that using node libraries is likely to remain a challenge.
评论 #3200141 未加载
Ecio78超过 13 年前
uhm, according to their benchmark io.js write performance dropped from 21mb/s to 17mb/s in linux but rose from 12mb/s to 33mb/s in windows. So it seems that windows node implementation is now twice faster (for I/O) than linux one..are they only focusing on windows platform?
评论 #3199358 未加载
elii超过 13 年前
Don't use it if you rely on npm. It doesn't work yet.
评论 #3199859 未加载
siculars超过 13 年前
Node Cluster? <a href="http://nodejs.org/docs/latest/api/cluster.html" rel="nofollow">http://nodejs.org/docs/latest/api/cluster.html</a><p>Is it me or does this look like the early makings of an erlangish otp, eh?
firefoxman1超过 13 年前
Wow the balancing through clusters looks awesome! With this addition, does anyone know if you need to start node with --balance anymore?
dmmalam超过 13 年前
Would be nice to see a need a list of modules that are ready for 0.6. I rekon our moderately complex app we will be on 0.4.x for a while
disordinary超过 13 年前
Wouldn't run node on windows in production, but it makes it a heck of alot easier for dev work.