Y
Hacker News
new
|
ask
|
show
|
jobs
by
peff
3174 days ago
Git assumes it can keep a small struct in memory for each file in the repository (not the file contents, but a fixed per-file size). This repository just has a very large number of files.
1 comments
glandium
3173 days ago
Large as in 10 billions. Even if git only needed 1 byte in memory per file, it would need 10GB.
link