1 repository
Analysis of repository structures to identify bottlenecks that affect cloning and checkout speeds.
Distinct from Git Repository Optimizers: Focuses on identifying performance bottlenecks through analysis rather than performing destructive size reduction.
Explore 1 awesome GitHub repository matching development tools & productivity · Git Performance Analysis. Refine with filters or upvote what's useful.
git-sizer is a repository size analyzer and auditing tool used to calculate the size of Git objects, references, and commit histories. It functions as a blob and commit auditor, a history depth profiler, and a checkout weight calculator to identify performance bottlenecks within a Git store. The tool identifies oversized files and bloated commits to assist with repository maintenance and storage analysis. It detects large objects and measures the depth of commit chains and annotated tags to analyze repository complexity and bloat. The software covers version control auditing and performance
Identifies oversized blobs and complex commit chains to improve cloning and checkout speeds for developers.