Viewing profile — saeednoursalehi
saeednoursalehi
HN member- Joined
- Wed, May 24, 2017, 2:53 PM UTC
- HN karma
- 27
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About saeednoursalehi
No profile information was provided.
Recent public activity
-
comment
Comment #14411704
This was discussed a bit in the comments in Brian Harry's last post on GVFS: https://blogs.msdn.microsoft.com/bharry/2017/02/03/scaling-g... We're building a VFS (Virtual File Syst…
-
comment
Comment #14411599
Indeed, while 19 seconds for commit is far better than 30 minutes we would have seen without GVFS, it's way too slow to actually feel responsive while you're coding. And in fact, i…
-
comment
Comment #14411521
We don't currently do that sort of predictive prefetching, but it's a feature we've thought a lot about. For now, users can explicitly call "gvfs prefetch" if they want to, or just…
-
comment
Comment #14411506
1) The file system driver is called GvFlt. If it does get included in Windows by default, it'll be to make it easier for products like GVFS, but GvFlt on its own is not usable by e…
-
comment
Comment #14411488
Yes we did evaluate LFS. The thing about LFS is that while it does help reduce the clone size, it doesn't reduce the number of files in the repo at all. The biggest bottleneck when…