Skip to content

Optimize the performance with the multi-tasking #15

@hermet

Description

@hermet

Try threading optimization with the nested web workers if the perf. can be increased.

  • Suggested Model1:

launch the next commands on 2 web-worker.

picture->load() / canvas->push(picture) / picture->update(picture)
canvas->draw()
  • Suggested Model2:

launch the next commands on one web-worker.

picture->load()
canvas->push(picture) or picture->update(picture)
canvas->draw()

Metadata

Metadata

Assignees

No one assigned

    Labels

    optimizationEnhance performance / Reduce memory usage or binary size

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions