Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 408 Bytes

requirements.md

File metadata and controls

20 lines (17 loc) · 408 Bytes

Concepts

  • Introduction NodeJS - Event Driven;
  • V8;
  • Thread;
  • Event Loop;
  • Call Stack;
  • Callback Queue;
  • Is node single thread?;
  • Libuv and thread-pool;
  • C++ code;
  • Node native modules multi threading;
  • OS delegations;

Benchmark

  • Proving thread pool;
  • Proving OS delegations + Request;
  • Thread Pool Change Size;
  • Event Loop;