Skip to content

Implement pack file deltification #128

@j4yk

Description

@j4yk

In order to make long-lived repositories (that are never touched by the canonical Git) smaller (and to improve disk access performance and maybe to mitigate #9), the delta-compression of objects in pack files should be implemented.

Reading material can be found in the technical/ subdirectory of the Git documentation, especially pack-format.txt and pack-heuristics.txt, and, of course, in the canonical Git implementation.

Note that any delta-compression scheme adhering to the pack format should produce valid pack files, so different strategies may be tried. Caution is advised to not corrupt any Git objects... Reading all objects from the generated pack and validating their hashes is a good general test case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FileSystem-Gitenhancementhelp wantedWant pull requests because it is unlikely this will be worked on by the maintainers soon.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions