-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
optimizationEnhance performance / Reduce memory usage or binary sizeEnhance performance / Reduce memory usage or binary size
Description
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()
deptyped
Metadata
Metadata
Assignees
Labels
optimizationEnhance performance / Reduce memory usage or binary sizeEnhance performance / Reduce memory usage or binary size
Type
Projects
Status
No status