You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whem Bob has to hash a multi-GB workspace it will be stuck for a long time. It also looks like the current algorithm does not handle caching very well if parts of the workspace are updated. The re-hashing still takes very long even though the cache miss rate should be negligible.
There may be a bug in the cache handling in face of partial workspace changes
There should be some user feedback if hashing takes very long
The cache may be improved by compressing common prefixes (like git does)