Section 03 of 10
Language Internals
How JavaScript and Python actually run under the hood.
- 3.1
JavaScript event loop
- 3.2
Microtasks vs macrotasks
- 3.3
V8 engine internals
- 3.4
JavaScript memory and GC
- 3.5
Node.js libuv and thread pool
- 3.6
Python GIL
- 3.7
Python asyncio event loop
- 3.8
Python memory model and reference counting
- 3.9
Generators and coroutines
- 3.10
CPython bytecode compilation