Re: [PATCH 0/4] pack-objects: create new name-hash algorithm
From: Derrick Stolee <hidden>
Date: 2024-09-09 16:07:56
From: Derrick Stolee <hidden>
Date: 2024-09-09 16:07:56
On 9/9/24 9:56 AM, Derrick Stolee via GitGitGadget wrote:
However, my findings show that when a repository has many versions of files at the same path (and especially when there are many name-hash collisions) then there are significant gains to be made using the new algorithm.
Of course this table didn't render correctly. Here's a readable version: | Repo | Standard Repack | With --full-name-hash | |----------|-----------------|-----------------------| | fluentui | 438 MB | 168 MB | | Repo B | 6,255 MB | 829 MB | | Repo C | 37,737 MB | 7,125 MB | | Repo D | 130,049 MB | 6,190 MB | Thanks, -Stolee