Skip to content

Permit tuning chunk-size when constructing a GitOid from a reader #80

@alilleybrinker

Description

@alilleybrinker

Right now, the internal implementation of GitOid construction from a reader always reads in chunks sized to 4,096 bytes, which is the default page size on Linux for x86-64. If a user is on Linux for x86-64 and hasn't changed the default page size, then this is fine! But we really ought to be more flexible to permit tuning how reading is done to permit different chunking in case that becomes a performance problem for some users.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions