-
lol -- "TL;DR: We can speed up timestamps on x86 Linux by 30% and maintain the same precision as the standard system clock by implementing our own timers without relying on vDSO. Almost nobody should do this"
This is good info, I had to implement fast timestamps a few years back in Java and this would have been useful.
Tags: time optimization performance linux libc speed clocks