{"id":22742281,"url":"https://github.com/hacke-rc/mlfq","last_synced_at":"2025-03-30T04:21:39.679Z","repository":{"id":231507481,"uuid":"781492021","full_name":"HACKE-RC/MLFQ","owner":"HACKE-RC","description":"A SQMS-ish based scheduler.","archived":false,"fork":false,"pushed_at":"2024-05-04T16:58:19.000Z","size":102,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T20:48:24.737Z","etag":null,"topics":["cpu-scheduler","mlfq","multilevel","os-scheduler","scheduler"],"latest_commit_sha":null,"homepage":"https://github.com/HACKE-RC/OptimistOS","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HACKE-RC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-03T13:40:00.000Z","updated_at":"2024-10-02T10:57:23.000Z","dependencies_parsed_at":"2024-05-04T17:52:37.397Z","dependency_job_id":null,"html_url":"https://github.com/HACKE-RC/MLFQ","commit_stats":null,"previous_names":["hacke-rc/mlfq"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HACKE-RC%2FMLFQ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HACKE-RC%2FMLFQ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HACKE-RC%2FMLFQ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HACKE-RC%2FMLFQ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HACKE-RC","download_url":"https://codeload.github.com/HACKE-RC/MLFQ/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246274544,"owners_count":20751098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpu-scheduler","mlfq","multilevel","os-scheduler","scheduler"],"created_at":"2024-12-11T00:35:46.091Z","updated_at":"2025-03-30T04:21:39.662Z","avatar_url":"https://github.com/HACKE-RC.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SQMS\nThis is a Single Queue Management System (SQMS) *based* scheduler implementation in C++. It does uses First-Come-First-Serve for simplicity and leaves the quanta checks to the impementer. \nThe execution of the threads is also left to the implementer using an empty function [execute](https://github.com/HACKE-RC/MLFQ/blob/3a94529557fd3fee67b7ee5c296c5b27d87a300e/src/scheduler.cpp#L69).\n\nThe following function need to be implementer defined:\n- [getQuanta](https://github.com/HACKE-RC/MLFQ/blob/3a94529557fd3fee67b7ee5c296c5b27d87a300e/src/scheduler.cpp#L72)\n- [changePriority](https://github.com/HACKE-RC/MLFQ/blob/3a94529557fd3fee67b7ee5c296c5b27d87a300e/src/scheduler.cpp#L76)\n- [getProcessorCount](https://github.com/HACKE-RC/MLFQ/blob/3a94529557fd3fee67b7ee5c296c5b27d87a300e/src/scheduler.cpp#L64)\n\n# Building tests\nThe following command can be used to build the given test(s)\n```\ncmake .\nmake\n```\n\nThe files are building can be found in the `build` directory.\n\n# Status\nBorderline incomplete, I may add more stuff later.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacke-rc%2Fmlfq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacke-rc%2Fmlfq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacke-rc%2Fmlfq/lists"}