Hacker News new | ask | show | jobs
by tedunangst 3392 days ago
> Another option is to reduce usage of gettimeofday() when possible. It is not always free.

haha, it's amazing how much software is written that basically does something ridiculous like "while (gettimeofday()) clock_gettime();".

1 comments

I found the articles on your blog about that topic quite interesting.