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.
What feature you'd like to add:
use different struct for input parameter to avoid fully transform in
Syncmethod 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.