BFS vs CFS: Some personal observations on Linux Kernel performance
“Scheduler” is a time-resource-manager (task scheduler) who determines which process and how much it employs the processor (CPU) of the computer. The official scheduler of the Linux kernel is the CFS.