UPB-FILS-SdE2 / questions

0 stars 1 forks source link

[scheduler] CFS #117

Closed popescuatopg closed 6 months ago

popescuatopg commented 6 months ago

Do we need to implement the RB Trees ourselves or can we make use of external crates for this data structure specifically?

alexandruradovici commented 6 months ago

A simple list (Vec) is fine.