Skip to content

Improve management of zero pages #6

Description

@hayley-leblanc

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions