Top 3 Themes in the Discussion
- Assembly is still valuable for performance‑critical code
- “Assembly makes sense in desktop computing as well. Have you ever, for example, watched a video? What do you think powers the codecs, JSX?” — hatefulheart 2. Modern projects use hand‑written assembly to achieve real speed gains
-
“ffmpeg ... hand‑coded assembly optimizations to take advantage of avx512 instructions … for a ‘100x speed increase’” — jamal‑kumar
-
Building a full web server in assembly is viewed as impractical and risky
- “How to do assembly only to build a web server for the hardware? I mean it may sound like building os from scratch.” — imvetri