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

Implement pack file deltification #128

Open
j4yk opened this issue Aug 18, 2017 · 0 comments · May be fixed by #401
Open

Implement pack file deltification #128

j4yk opened this issue Aug 18, 2017 · 0 comments · May be fixed by #401
Labels
enhancement FileSystem-Git help wanted Want pull requests because it is unlikely this will be worked on by the maintainers soon.

Comments

@j4yk
Copy link
Collaborator

j4yk commented Aug 18, 2017

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.

@j4yk j4yk added enhancement FileSystem-Git help wanted Want pull requests because it is unlikely this will be worked on by the maintainers soon. labels Aug 18, 2017
@MariusDoe MariusDoe linked a pull request Apr 30, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement FileSystem-Git help wanted Want pull requests because it is unlikely this will be worked on by the maintainers soon.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant