Hacker News new | ask | show | jobs
by rjmunro 375 days ago
But why couldn't they just dedupe the refs from the command line before starting the actual bundling - surely there are never more than a couple of hundred of those (one per branch)?
1 comments

The point is the performance hit had nothing to do with dupe count (which could be zero), and everything to do with ref count.
Spot on. Some of our repositories at GitLab can contain millions of references.