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

Improve management of zero pages #6

Open
hayley-leblanc opened this issue Jan 26, 2024 · 0 comments
Open

Improve management of zero pages #6

hayley-leblanc opened this issue Jan 26, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@hayley-leblanc
Copy link
Collaborator

We currently do not have efficient ways of dealing with zeroed pages. For example, when writing to an offset beyond the end of the file (e.g., pwrite with offset 4096 to an empty file), we allocate zero pages to fill the gap. This results in higher page utilization than necessary and incurs overheads to allocate and write zeroes to these pages.

@vijay03 vijay03 added the help wanted Extra attention is needed label Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants