Hacker News new | ask | show | jobs
by xymostech 1989 days ago
I think by "each system call" she meant it like "every time it calls read()", since it would be read() that was using the AVX registers. Since the example program just calls read() over and over, this could add a significant amount of overhead.