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)
The text was updated successfully, but these errors were encountered:
Actually not. This ticket is about a suspected inefficiency in the algorithm. The other ticket is about the fact that on MSYS on Windows Bob cannot use the right syscalls and is very slow because of that.
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.
The text was updated successfully, but these errors were encountered: