Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
story
0 points
vruiz
7y ago
0 comments
Share
Does anybody know how these companies development environments look like? I know about Piper at Google but how do the rest manage? Does every single engineer have the entire monorepo in their machines?
0 comments
default
newest
oldest
Shish2k
7y ago
At facebook, a virtual filesystem (
https://github.com/facebookexperimental/eden
) + change monitor (
https://facebook.github.io/watchman/
) = source control operations run in O(files I have modified) instead of O(size of repository) time
vruiz
OP
7y ago
Very interesting, thanks!
YawningAngel
7y ago
Most places I know of use Git Virtual File System or equivalents.
vruiz
OP
7y ago
It is my understanding that VFSForGit only works on Windows.
filoleg
7y ago
The github repo has instructions for running it on Mac and says that the stable Mac version is under active development.
j
/
k
navigate · click thread line to collapse