Hacker News new | ask | show | jobs
by dhhwrongagain 2249 days ago
All of the performance wins you’re referencing come from vectorization, you typically can’t vectorize OS code since it isn’t ALU bound, which makes your point moot.
1 comments

> you typically can’t vectorize OS code since it isn’t ALU bound

The answer and parent were in no way only talking about OS.

The parent was definitely talking about the applicability of using assembly in the context of this project. Vectorization is irrelevant here.