On Tue, Feb 19, 2013 at 06:15:24AM +0100, Emmanuel Dreyfus wrote:
> - As I said, I also tested a billion loops around gmtime(), which is not
> I/O bound, and got a significant performance hit of 1%.
How about for () { gmtime(); arc4random(); } ?
Martin