Let's Make JavaScript Programs Faster

Let's Make JavaScript Programs Faster

JSConf via YouTube Direct link

Conclusion

17 of 17

17 of 17

Conclusion

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Let's Make JavaScript Programs Faster

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Why does JS performance matter?
  3. 3 Why do we optimize JavaScript code?
  4. 4 How do developers optimize JS?
  5. 5 Inefficient iteration
  6. 6 Repeated execution
  7. 7 Inefficient copying
  8. 8 Inefficient API usage
  9. 9 Performance vs. maintainability
  10. 10 Complexity of optimizations Do the optimizations increase the complexity of code?
  11. 11 Pattern specification
  12. 12 AST transformation
  13. 13 AST matching
  14. 14 AST rewriting
  15. 15 Performance measurement
  16. 16 Example
  17. 17 Conclusion

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.