Skip to content

Improve git-pack encode performance. #600

Description

@Hou-Xiaoxuan

The current performance of Git pack encoding is poor and takes too long, causing operations like cloning to be excessively slow, as seen in issue #571 . The main time-consuming factor is the zlib compression process.

Possible solutions:

  1. Try alternative compression algorithms/libraries.
  2. The current encoding is sequential, consider changing it to parallel processing.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions