6 ms·FYI, Windows's approach is better in some respects, like letting you avoid syscall overhead in some cases.by dataflow 2mo agoFYI, Windows's approach is better in some respects, like letting you avoid syscall overhead in some cases.inigyou 2mo agoNotably, Linux has this too, but it's a special mechanism (vDSO) while on Windows it's just a normal function call with no difference from any other function.dataflow 2mo agoOr in other words, they agreed the Windows approach was better, and tried to retrofit it (;