Comment on Rust-Written Linux Scheduler Showing Promising Results for Gaming PerformanceparentComments−wsc9812yYou have to do something while compiling a Linux kernel, might as well play a game as (I imagine) it can take a while :)−rkangel2yDepends what you're compiling. A kernel for embedded (and therefore a trimmed down set of modules) on a decent machine can easily just be a minute or two. The kernel build system is pretty good at incremental compilation as well.
Comments
You have to do something while compiling a Linux kernel, might as well play a game as (I imagine) it can take a while :)
Depends what you're compiling. A kernel for embedded (and therefore a trimmed down set of modules) on a decent machine can easily just be a minute or two. The kernel build system is pretty good at incremental compilation as well.