Skip to content

[css-animationworklet] Data on performance impact of syncing state for stateful animators across threads #814

Open
@majido

Description

@majido

From @majido on August 29, 2017 19:13

(Note: Issue was created based on feedback from Houdini Paris F2F - irc logs)

There are a few cases where the current spec requires data to be send across thread and process boundaries:

  1. When an animator is migrated across threads, its state should be serialized/sent/deserialized.
  2. When scrolling happens on a separate thread/process, UA needs to sync scroll state to the animation thread and also the animation thread output to main thread.

There were some concern raised on performance/complexity impact of these cases. We should try to actually quantify such impact to better guide the working group.

Copied from original issue: WICG/animation-worklet#89

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