-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
MultiPack index support #279
Comments
With it it's simpler to figure out from where to read trailing checksums.
This allows to remove the additional string to describe the ids, which are usually ascii anyway.
This includes utilities to plan chunks for writing the table of contents, and to get a hand when actually writing the chunks themselves while assuring they are written into the correct spot.
@avoidscorn I thought I'd share with you some improvements made to the handling of chunk files. Now there is a |
Could imagine providing statistics as part of the creation result.
MultiPack indices are saving resources and speed up object access, they are less common locally but great on the server.
Tasks
multi_index::File
as a way to read the file formatgit_odb::Store
The text was updated successfully, but these errors were encountered: