We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VecQueue
The current scheduled waiting queue uses VecQueue as the main data structure, which has these problems:
in wait queue
In fact, Linux r4l now has a relatively mature List data structure, which I hope to introduce into ArceOS. I have done related work on Starry before: refer to https://github.com/Starry-OS/linked_list/tree/main/src
The text was updated successfully, but these errors were encountered:
PR: linked_list Code Refactoring : arceos-org/linked_list_r4l#1 axtask use list: #184 schedule update list: arceos-org/scheduler#2
Merge Order:
linekd_list
linked_list_r4l
scheduler
linked_list
axtask
arceos
Sorry, something went wrong.
No branches or pull requests
The current scheduled waiting queue uses VecQueue as the main data structure, which has these problems:
in wait queue
field is introduced to improve the deletion efficiency.In fact, Linux r4l now has a relatively mature List data structure, which I hope to introduce into ArceOS.
I have done related work on Starry before: refer to https://github.com/Starry-OS/linked_list/tree/main/src
The text was updated successfully, but these errors were encountered: