Skip to content
New issue

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

Adaptive Disk Reordering (ADR) Algorithm #1867

Merged
merged 2 commits into from
Nov 10, 2024

Conversation

AshmitaBarthwal
Copy link
Contributor

The Adaptive Disk Reordering (ADR) algorithm is designed to optimize disk scheduling by dynamically adjusting the order of pending I/O requests based on current disk head position, data locality, and request frequency. This can lead to significant improvements in disk access times, especially in environments with changing access patterns.

@AshmitaBarthwal
Copy link
Contributor Author

@pankaj-bind Please Review my PR.

Copy link
Member

@pankaj-bind pankaj-bind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be your last PR in this repository in GSSoc-ext

@pankaj-bind pankaj-bind merged commit b23de62 into AlgoGenesis:main Nov 10, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants