This is a short summary. ↗ Open original to view full content
Context Switching and Performance: What Every Developer Should Know
from blog Confessions of a Code Addict, | ↗ original
Related
More from Confessions of a Code Addict
Linux Context Switching Internals: Part 1 - Process State and Memory
29 Dec 2024 |
original ↗
How does the Linux kernel represent processes and their state: A breakdown of task_struct and mm_struct
Reflections on 2024 and Exciting Plans for 2025
18 Dec 2024 |
original ↗
Looking back at what we accomplished in 2024, and plans for 2025
Recording: Live Coding a Bytecode Compiler for Python
15 Dec 2024 |
original ↗
Yesterday we concluded the live session on live coding a bytecode compiler and interpreter (VM) for a tiny subset of Python in Python. Even though I said I will not be sharing the recording, I think the session went quite smooth so I am sharing it here.
Live Session: Live Coding a Bytecode Interpreter for Python
1 Dec 2024 |
original ↗
We are due for our next live session.
Disillusioning the Magic of the fork System Call
26 Nov 2024 |
original ↗
How the kernels implement the fork system call