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
Hashes get recomputed often, which previously didn't matter because only
file metadata was hashed. Now that bit is hashing content, it really
impacts performance. This cache drops _listing_ time from 0.7s to 0.2s
in a relatively small repo.
0 commit comments