TLS performance overhead and cost on GNU/Linux
When changing the implementation of a time clock, I had to switch from a static method — think about a classiccall to clock_gettime() for example — to a per-thread model. Long story short, it was a...