Y
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
6LLvveMx2koXfwn
374 days ago
The point is the performance hit had nothing to do with dupe count (which could be zero), and everything to do with ref count.
link
nayak
373 days ago
Spot on. Some of our repositories at GitLab can contain millions of references.
link