hym1224 / js

0 stars 0 forks source link

optimization(unread) #9

Open hym1224 opened 6 years ago

hym1224 commented 6 years ago

1:使用 requestAnimationFrame 来实现视觉变化 降低复杂性或使用 Web Worker 了解 JavaScript 的“帧税” 避免微优化 JavaScript

from https://developers.google.com/web/fundamentals/performance/rendering/optimize-javascript-execution

hym1224 commented 6 years ago

JavaScript 怎样高效拼接字符串?

http://hax.iteye.com/blog/126859