Skip to content

Instantly share code, notes, and snippets.

@yosuke-furukawa
Created March 12, 2013 01:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yosuke-furukawa/5139571 to your computer and use it in GitHub Desktop.
Save yosuke-furukawa/5139571 to your computer and use it in GitHub Desktop.

Node v0.10の新しいとこを3行程度でまとめてみる。

  • Streams2出ました。Streams1よりも扱いやすく、拡張しやすいよ。あとfs/read-streamがかなり改善されてる。最大1700%up。
  • process.nextTickが高速化されたり、GCが安定してる。あとDomainモジュールがUnstableのstatusに昇格。
  • モジュールの安定を望むためにCIでJenkins使うことにしたよ、 http://jenkins.nodejs.org/ でwatchできるよ。

あと、今後の話として、次はv0.12を目処にhttpモジュールの改善を入れていく予定。 その次はv1.0を目指したい。バグ修正や安定化を継続的に入れて行きたい。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment