dgobalak / dgobalak/PlutOS

Handle the update of sleeping tasks in a more efficient way

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

We want to minimize how long the SysTick_Handler runs. To do so, we should avoid iterating through all our tasks to update the sleep timers. Instead, let's store the task ID of each sleeping task in an array. Then, we can just iterate through the sleeping tasks (and not all the tasks).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.