##Performance
All about speed!!
对于性能来说,Chrome Devtool的network可以用于检查页面加载性能,profile可以用于检查JS性能。是一个最常用的工具。
- Emscripten Emscripten is an LLVM-based project that compiles C and C++ into highly-optimizable JavaScript in asm.js format.
- asm.js an extraordinarily optimizable, low-level subset of JavaScript
- Why Moving Elements With Translate() Is Better Than Pos:abs Top/left Paul Irish的一篇文章,讲了为什么我们应该用translate来移动元素而不是绝对定位。
- An Introduction to Hardware Acceleration with CSS Animations关于CSS动画的硬件加速问题。这篇文章里的Chromium文档链接解释的更深入。