This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
You-Dont-Know-JS
Watch
1
Star
0
Fork
0
You've already forked You-Dont-Know-JS
mirror of
https://github.com/getify/You-Dont-Know-JS.git
synced
2025-04-07 14:31:57 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
You-Dont-Know-JS
/
async-performance
History
Kyle Simpson
5fc817db77
updating title headers in all chapters
2019-08-27 21:18:23 -05:00
..
apA.md
updating title headers in all chapters
2019-08-27 21:18:23 -05:00
apB.md
updating title headers in all chapters
2019-08-27 21:18:23 -05:00
ch1.md
updating title headers in all chapters
2019-08-27 21:18:23 -05:00
ch2.md
updating title headers in all chapters
2019-08-27 21:18:23 -05:00
ch3.md
updating title headers in all chapters
2019-08-27 21:18:23 -05:00
ch4.md
updating title headers in all chapters
2019-08-27 21:18:23 -05:00
ch5.md
updating title headers in all chapters
2019-08-27 21:18:23 -05:00
ch6.md
updating title headers in all chapters
2019-08-27 21:18:23 -05:00
cover.jpg
renaming directories for simplicity
2019-08-27 20:17:35 -05:00
foreword.md
updating title headers in all chapters
2019-08-27 21:18:23 -05:00
README.md
updating title headers in all chapters
2019-08-27 21:18:23 -05:00
toc.md
updating title headers in all chapters
2019-08-27 21:18:23 -05:00
README.md
You Don't Know JS Yet: Async & Performance - 2nd Edition
NOTE:
Work in progress
Table of Contents
Foreword
(by TBA)
Preface
Chapter 1: Asynchrony: Now & Later
Chapter 2: Callbacks
Chapter 3: Promises
Chapter 4: Generators
Chapter 5: Program Performance
Chapter 6: Benchmarking & Tuning
Appendix A: Library: asynquence
Appendix B: Advanced Async Patterns