Hacker News new | ask | show | jobs
by Shish2k 2619 days 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
1 comments

Very interesting, thanks!