Hello all, recently in the mailing list someone pointed out the performances impact of the Darwin specific timer code. After a few test it became clear that the native code is far more CPU intensive than the nanosleep() based code from "timer-lx.c" and apparently offers no advantages. So why is it there?