logoalt Hacker News

w0myesterday at 4:29 AM2 repliesview on HN

didn't msft write an ~entire new file system specifically to scale git to the windows code base?

I have fuzzy memories on reading about it.


Replies

landr0idyesterday at 5:08 AM

They wrote something that allowed them to virtualize Git -- can't remember the name of that. But it basically hydrated files on-demand when accessed in the filesystem.

The problem was I think something to do with like the number of git objects that it was scaling to causing crazy server load or something. I don't remember the technical details, but definitely something involving the scale of git objects.

jamesfinlaysonyesterday at 5:31 AM

I thought Microsoft made a number of improvements to git to allow it work with all of their internal repos.