Skip to content

Commit

Permalink
Update pp.md
Browse files Browse the repository at this point in the history
  • Loading branch information
windyrobin committed Dec 1, 2011
1 parent 2144531 commit c94d378
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pp.md
@@ -1,4 +1,6 @@
### General JS
# Node 陷阱与优化

## General JS

* 遍历效率比较

Expand Down Expand Up @@ -58,7 +60,7 @@
}
```

### V8 JS
## V8 JS

* 使用 V8 支持的功能列表 [V8-ECMA](https://github.com/joyent/node/wiki/ECMA-5-Mozilla-Features-Implemented-in-V8)
如 :
Expand Down Expand Up @@ -101,7 +103,7 @@

这些类型的数值运算、二进制运算非常快 (参见Node 自带的```benchamrk/array```);

### Node JS
## Node JS

* Event

Expand Down

0 comments on commit c94d378

Please sign in to comment.