RSDL USES priority queues like the vanilla scheduler, while CFS does not.
RSDL使用诸如vanilla调度程序这样的优先级队列,而CFS没有使用。
2
RSDL and the vanilla scheduler are affected by the array-switching artifact, while CFS is not.
RSDL 和 vanilla 调度程序会受到数组切换工件的影响,而 CFS 不会。
3
CFS does not use a priority array, and it does away with the array-switching artifact of the vanilla scheduler. A few important differences between RSDL and CFS.