Skip to content

VFS for Git 1.0.18234.1: Status caching and background prefetch

Compare
Choose a tag to compare
@jrbriggs jrbriggs released this 23 Aug 17:53
· 2615 commits to releases/shipped since this release
745f747

Performance Improvements:

  • VFS for Git will prefetch commits and trees from a cache server in the background on a schedule, to improve the speed of user-initiated fetches, pulls, and pushes
  • VFS for Git will pre-calculate status in the background in response to changes in the workdir, to improve the speed of user-initiated statuses.
    • Important note: The status cache will not be enabled until after the first reboot after this version of VFS for Git is installed. VFS for Git will still work as normal, but without the status cache feature.

General Improvements

  • Fixed a bug that would cause VFS for Git mount process to shut down if it receives out-of-order ProjFS callbacks.