Was just wondering whether use of timerfd (timerfd_create) for linux would give any performance benefit over Timer_Heap or Timer_Wheel. Surely, this is a very high level question and the only place I have seen it being used in any framework is "muduo".Also, I don't have any performance comparisons as well.
Thanks.