Speaking as an OS engineer who's worked on both kernels a lot, Windows is way better under the hood for low-latency, responsive end user stuff than linux
Then again, WinMo 7 was way faster and more responsive than Android at the time, and look how that turned out..
The PREEMPT_RT patchset (sometimes confusingly referred to as RT-Linux) is slated to improve the kernel quite a bit wrt. "low-latency" and "responsive" workloads.
> Speaking as an OS engineer who's worked on both kernels a lot, Windows is way better under the hood for low-latency, responsive end user stuff than linux
Still it's probably a lot cheaper to fix some latency issues on linux that to maintain your whole kernel.
The main issue with linux is the GPL for drivers, a long with kernel API instability.
Then again, WinMo 7 was way faster and more responsive than Android at the time, and look how that turned out..