Skip to content

FEATURE - Enhance performance for local cache #10

Description

@hoangatuan

Background

We're using hashing for both the local cache and the remote cache.
However, hashing performance is costly. We should not use hashing for local cache since we don't need to share the cache with others.
Instead, we can use git diff to identify changing modules

Expectation

Using git diff for local cache

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions