Skip to content

Directory tree hashing should be improved #281

@jkloetzke

Description

@jkloetzke

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions