OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.52k stars 3.66k forks source link

Guaranteed Scheduler #6773

Closed anushkp1107 closed 8 months ago

anushkp1107 commented 8 months ago

Fixes issue:

This pull request implements guaranteed scheduling. This scheduler is particularly valuable in real-time systems where meeting deadlines is crucial. By allocating a predefined amount of CPU time to critical processes, it helps maintain system responsive- ness and ensures that time-sensitive tasks are completed on time.

Changes:

Added guaranteed scheduler folder inside code->operating system->scheduling

anushkp1107 commented 8 months ago

@AdiChat Could you please review this PR a bit earlier as the hacktoberfest deadline is already approaching.