Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
vruiz
6y 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
6y 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
6y ago
Very interesting, thanks!
YawningAngel
6y ago
Most places I know of use Git Virtual File System or equivalents.
vruiz
OP
6y ago
It is my understanding that VFSForGit only works on Windows.
filoleg
6y 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