Small Go simulator for a Completely Fair Scheduler (CFS)-style run queue using a red-black tree ordered by virtual runtime (vruntime). Models tasks with weights and vruntime. Picks the smallest ...