Live data from Hacker News

Viewing profile — saeednoursalehi

saeednoursalehi

HN member
Joined
Wed, May 24, 2017, 2:53 PM UTC
HN karma
27
Public activity
5 items

About saeednoursalehi

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. 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…

  5. 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…