github Byron/gitoxide gix-pack-v0.32.0
gix-pack v0.32.0

18 months ago

Bug Fixes

  • don't over-estimate the number of objects to be received in the indexing phase.
    Previously, it would work with a number that is pessimistically duplicated as each object
    could in theory be a ref-delta, which then causes another base to be added to the stream,
    duplicating the amount of objects we need to account for in the acceleration data structure,
    which unfortunatelly cannot actually grow dynamically without violating invariants.

    Now we simply don't try to estimata the number of ref-deltas (which don't exist here anymore)
    at this stage.

Commit Statistics

  • 2 commits contributed to the release.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release of gix-pack (6db30ef)
    • Don't over-estimate the number of objects to be received in the indexing phase. (ce182d6)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.