Skip to content

[CacheRuntime] Sync cycle avoid a full value tranform computation #5877

@xliuqq

Description

@xliuqq

What feature you'd like to add:

use different struct for input parameter to avoid fully transform in Sync method for cache runtime.

see #5836 (comment).

Why is this feature needed:
calling e.transform() + CheckAndUpdateRuntimeStatus() on every Sync cycle forces a full value computation even when only the status needs updating. This is wasteful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions