性能优化2.1笔记

event-loop

https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/

事件循环部分对应的源代码:

https://github.com/nodejs/node/blob/master/deps/uv/src/unix/core.c#L345

event-loop理解

https://cnodejs.org/topic/57d68794cb6f605d360105bf

你可能感兴趣的:(性能优化2.1笔记)