sched-ext/scx

scx_layered: Move topology algorithms to separate module

hodgesds opened this issue · 1 comments

Break up the layer_core_order function so that each algorithm is implemented separately outside of main.rs and move the logic into a separate module (growth_algo.rs?). For an additional challenge add a Reverse layer that is the reverse order of Linear.

Thanks for working on this!