Skip to content

Move training off the main thread #8

@uint42

Description

@uint42

The widget currently executes its training logic on the main JavaScript thread. This blocks the UI during training, resulting in noticeable lag and unresponsiveness.

It would be better to offloaded the training to a Web Worker to ensure that the user experience is not impacted during the training.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions